Build: Fix "make check" on Windows.
This commit is contained in:
parent
5c5b225696
commit
bd52cf150e
|
@ -43,8 +43,11 @@ TESTS = \
|
||||||
test_block_header \
|
test_block_header \
|
||||||
test_index \
|
test_index \
|
||||||
test_files.sh \
|
test_files.sh \
|
||||||
test_compress.sh \
|
test_compress.sh
|
||||||
test_scripts.sh
|
|
||||||
|
if COND_SCRIPTS
|
||||||
|
TESTS += test_scripts.sh
|
||||||
|
endif
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -f compress_generated_*
|
-rm -f compress_generated_*
|
||||||
|
|
|
@ -77,6 +77,7 @@ buildit()
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
|
--disable-scripts \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-small \
|
--enable-small \
|
||||||
|
@ -97,6 +98,7 @@ buildit()
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix= \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
|
--disable-scripts \
|
||||||
--disable-threads \
|
--disable-threads \
|
||||||
--build="$BUILD" \
|
--build="$BUILD" \
|
||||||
CFLAGS="$CFLAGS -O2"
|
CFLAGS="$CFLAGS -O2"
|
||||||
|
|
Loading…
Reference in New Issue