Skip to content

Commit

Permalink
tools: Fix make check with --without-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored and hpjansson committed Nov 7, 2023
1 parent d23cfb7 commit 1cef854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Makefile.am
Expand Up @@ -13,13 +13,17 @@ term_info_test_SOURCES = \

## --- Frontend tests ---

if WANT_TOOLS
TOOL_CHECKS = \
chafa-tool-bad-test.sh \
chafa-tool-cmode-test.sh \
chafa-tool-format-test.sh \
chafa-tool-loader-test.sh \
chafa-tool-options-test.sh \
chafa-tool-pipe-test.sh
else
TOOL_CHECKS =
endif

TESTS = \
term-info-test \
Expand Down

0 comments on commit 1cef854

Please sign in to comment.