added single_file_decoder to contrib/ tests

This commit is contained in:
Yann Collet 2019-08-27 16:04:12 -07:00
parent f61e8a231f
commit cd43f7d965

View File

@ -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: