From d6394cc4c37faccbb5b2191cb5a69a6ca8a8bfa0 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 20 Aug 2017 10:15:44 -0700 Subject: [PATCH] fixed test-zstd-nolegacy --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3