diff --git a/.travis.yml b/.travis.yml index 3be4575d..9396c98d 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 ecff1829..80e11d6b 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