From 1cef854b07273378e338fb5c746bed9bda060402 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 6 Nov 2023 20:47:05 +0100 Subject: [PATCH] tools: Fix make check with --without-tools --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index e12188d0..616a736e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,6 +13,7 @@ term_info_test_SOURCES = \ ## --- Frontend tests --- +if WANT_TOOLS TOOL_CHECKS = \ chafa-tool-bad-test.sh \ chafa-tool-cmode-test.sh \ @@ -20,6 +21,9 @@ TOOL_CHECKS = \ chafa-tool-loader-test.sh \ chafa-tool-options-test.sh \ chafa-tool-pipe-test.sh +else +TOOL_CHECKS = +endif TESTS = \ term-info-test \