1
0
kopia lustrzana https://git.tukaani.org/xz.git synced 2025-05-10 08:16:39 +00:00

Build: Fix "make check" on Windows.

This commit is contained in:
Lasse Collin 2011-09-06 12:03:41 +03:00
rodzic 0f25758459
commit 4052f36053
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -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_*

Wyświetl plik

@ -77,6 +77,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
--disable-scripts \
--disable-threads \
--disable-shared \
--enable-small \
@ -97,6 +98,7 @@ buildit()
./configure \
--prefix= \
--disable-nls \
--disable-scripts \
--disable-threads \
--build="$BUILD" \
CFLAGS="$CFLAGS -O2"