diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0469264a..03bf34c2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -43,8 +43,11 @@ TESTS = \ test_block_header \ test_index \ test_files.sh \ - test_compress.sh \ - test_scripts.sh + test_compress.sh + +if COND_SCRIPTS +TESTS += test_scripts.sh +endif clean-local: -rm -f compress_generated_* |