From: Yann Collet Date: Sun, 20 Aug 2017 17:15:44 +0000 (-0700) Subject: fixed test-zstd-nolegacy X-Git-Tag: v1.3.1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6394cc4c37faccbb5b2191cb5a69a6ca8a8bfa0;p=thirdparty%2Fzstd.git fixed test-zstd-nolegacy --- diff --git a/tests/Makefile b/tests/Makefile index 3734f7737..3be79c159 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -280,7 +280,7 @@ 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 = $(PRGDIR)/zstd-nolegacy test-zstd-nolegacy: zstd-nolegacy zstd-playTests test-gzstd: gzstd