mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Add seekable tests to CI
This commit is contained in:
parent
26f89d47aa
commit
a8693ddef7
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -121,6 +121,7 @@ man:
|
|||
contrib: lib
|
||||
$(MAKE) -C contrib/pzstd all
|
||||
$(MAKE) -C contrib/seekable_format/examples all
|
||||
$(MAKE) -C contrib/seekable_format/tests test
|
||||
$(MAKE) -C contrib/largeNbDicts all
|
||||
cd contrib/single_file_libs/ ; ./build_decoder_test.sh
|
||||
cd contrib/single_file_libs/ ; ./build_library_test.sh
|
||||
|
|
@ -139,6 +140,7 @@ clean:
|
|||
$(Q)$(MAKE) -C contrib/gen_html $@ > $(VOID)
|
||||
$(Q)$(MAKE) -C contrib/pzstd $@ > $(VOID)
|
||||
$(Q)$(MAKE) -C contrib/seekable_format/examples $@ > $(VOID)
|
||||
$(Q)$(MAKE) -C contrib/seekable_format/tests $@ > $(VOID)
|
||||
$(Q)$(MAKE) -C contrib/largeNbDicts $@ > $(VOID)
|
||||
$(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
|
||||
$(Q)$(RM) -r lz4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue