From cd43f7d965b1a0fd4a260ac4c05f086e7ba21c4b Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 27 Aug 2019 16:04:12 -0700 Subject: [PATCH] added single_file_decoder to contrib/ tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b8984290..acf50cfa 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: