]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added single_file_decoder to contrib/ tests
authorYann Collet <cyan@fb.com>
Tue, 27 Aug 2019 23:04:12 +0000 (16:04 -0700)
committerYann Collet <cyan@fb.com>
Tue, 27 Aug 2019 23:04:12 +0000 (16:04 -0700)
Makefile

index b898429040e8be649ea787652a3f30707cb0fd2f..acf50cfa3771c615cfe1374eaf895ff9c9a87b84 100644 (file)
--- 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: