From: Yann Collet Date: Thu, 3 Nov 2016 08:11:56 +0000 (-0700) Subject: fix test-zstd-nolegacy X-Git-Tag: v1.1.2~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861cd06ded86323155f554812b2391b50410239c;p=thirdparty%2Fzstd.git fix test-zstd-nolegacy --- diff --git a/.travis.yml b/.travis.yml index 3be4575d8..9396c98da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: packages: - gcc-4.8 - g++-4.8 - env: PLATFORM="Ubuntu 12.04 container" CMD="make zlibwrapper && make clean && make -C tests test-zstd_nolegacy && make clean && make clean && make cmaketest && make clean && make -C contrib/pzstd googletest && make -C contrib/pzstd all && make -C contrib/pzstd check && make -C contrib/pzstd clean" + env: PLATFORM="Ubuntu 12.04 container" CMD="make zlibwrapper && make clean && make -C tests test-zstd-nolegacy && make clean && make clean && make cmaketest && make clean && make -C contrib/pzstd googletest && make -C contrib/pzstd all && make -C contrib/pzstd check && make -C contrib/pzstd clean" - os: linux sudo: false env: PLATFORM="Ubuntu 12.04 container" CMD="make usan" diff --git a/tests/Makefile b/tests/Makefile index ecff18290..80e11d6b0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -76,7 +76,7 @@ zstd: zstd32: $(MAKE) -C $(PRGDIR) $@ -zstd_nolegacy: +zstd-nolegacy: $(MAKE) -C $(PRGDIR) $@ fullbench : $(ZSTD_FILES) $(PRGDIR)/datagen.c fullbench.c @@ -181,8 +181,8 @@ test-zstd: zstd zstd-playTests test-zstd32: ZSTD = $(PRGDIR)/zstd32 test-zstd32: zstd32 zstd-playTests -test-zstd_nolegacy: ZSTD = $(PRGDIR)/zstd -test-zstd_nolegacy: zstd_nolegacy zstd-playTests +test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd +test-zstd-nolegacy: zstd-nolegacy zstd-playTests test-fullbench: fullbench datagen ./fullbench -i1