diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-09-06 12:03:41 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-09-06 12:03:41 +0300 |
commit | bd52cf150ecd51e3ab63a9cc1a3cff6a77500178 (patch) | |
tree | 51e0b4f4c99ebbf2502ed93c2f2524bf371aa9e6 /tests | |
parent | Update THANKS. (diff) | |
download | xz-bd52cf150ecd51e3ab63a9cc1a3cff6a77500178.tar.xz |
Build: Fix "make check" on Windows.
Diffstat (limited to 'tests')
-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_* |