aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-09-06 12:03:41 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-09-06 12:05:44 +0300
commit4052f36053b931bad847a36aabf1a07d0034e297 (patch)
treebd758492844689462cc934e70c1c97328ea94808 /tests
parentUpdate THANKS. (diff)
downloadxz-4052f36053b931bad847a36aabf1a07d0034e297.tar.xz
Build: Fix "make check" on Windows.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am7
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_*