exposed dictionary functions/types

This commit is contained in:
Paul Cruz
2017-08-11 17:53:37 -07:00
parent bd308d806b
commit bfc6db8d6a
3 changed files with 53 additions and 32 deletions
+5
View File
@@ -26,4 +26,9 @@ test: harness
@./harness tmp.zst tmp
@diff -s tmp README.md
@$(RM) -f tmp*
@zstd --train harness.c zstd_decompress.c zstd_decompress.h README.md
@zstd -D dictionary README.md -o tmp.zst
@./harness tmp.zst tmp dictionary
@diff -s tmp README.md
@$(RM) -f tmp* dictionary
@make clean