added single_file_decoder to contrib/ tests
parent
f61e8a231f
commit
cd43f7d965
1
Makefile
1
Makefile
|
@ -100,6 +100,7 @@ contrib: lib
|
||||||
$(MAKE) -C contrib/pzstd all
|
$(MAKE) -C contrib/pzstd all
|
||||||
$(MAKE) -C contrib/seekable_format/examples all
|
$(MAKE) -C contrib/seekable_format/examples all
|
||||||
$(MAKE) -C contrib/largeNbDicts all
|
$(MAKE) -C contrib/largeNbDicts all
|
||||||
|
cd contrib/single_file_decoder/ ; ./build_test.sh
|
||||||
|
|
||||||
.PHONY: cleanTabs
|
.PHONY: cleanTabs
|
||||||
cleanTabs:
|
cleanTabs:
|
||||||
|
|
Loading…
Reference in New Issue