From 861cd06ded86323155f554812b2391b50410239c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 3 Nov 2016 01:11:56 -0700 Subject: [PATCH] fix test-zstd-nolegacy --- .travis.yml | 2 +- tests/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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