From: Yann Collet Date: Tue, 27 Aug 2019 23:04:12 +0000 (-0700) Subject: added single_file_decoder to contrib/ tests X-Git-Tag: v1.4.4~1^2~66^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd43f7d965b1a0fd4a260ac4c05f086e7ba21c4b;p=thirdparty%2Fzstd.git added single_file_decoder to contrib/ tests --- diff --git a/Makefile b/Makefile index b89842904..acf50cfa3 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ contrib: lib $(MAKE) -C contrib/pzstd all $(MAKE) -C contrib/seekable_format/examples all $(MAKE) -C contrib/largeNbDicts all + cd contrib/single_file_decoder/ ; ./build_test.sh .PHONY: cleanTabs cleanTabs: