From: Paul Cruz Date: Sat, 24 Jun 2017 00:10:41 +0000 (-0700) Subject: added cli tests to test-all X-Git-Tag: v1.3.0~1^2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F729%2Fhead;p=thirdparty%2Fzstd.git added cli tests to test-all --- diff --git a/tests/Makefile b/tests/Makefile index 960708875..ebfdc1287 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -272,7 +272,7 @@ endif test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32 -test-all: test test32 valgrindTest +test-all: test test32 valgrindTest test-decodecorpus-cli test-zstd: ZSTD = $(PRGDIR)/zstd test-zstd: zstd zstd-playTests