aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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:03:41 +0300
commitbd52cf150ecd51e3ab63a9cc1a3cff6a77500178 (patch)
tree51e0b4f4c99ebbf2502ed93c2f2524bf371aa9e6 /tests/Makefile.am
parentUpdate THANKS. (diff)
downloadxz-bd52cf150ecd51e3ab63a9cc1a3cff6a77500178.tar.xz
Build: Fix "make check" on Windows.
Diffstat (limited to '')
-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_*