From bd52cf150ecd51e3ab63a9cc1a3cff6a77500178 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 6 Sep 2011 12:03:41 +0300 Subject: Build: Fix "make check" on Windows. --- tests/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') 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_* -- cgit v1.2.3