added test checking dictID when using ZSTD_initCStream_usingCDict()

It shows that dictID is not properly added into frame header
This commit is contained in:
Yann Collet
2017-01-16 19:46:22 -08:00
parent aa64b01138
commit 33fce03045
3 changed files with 65 additions and 17 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ travis-install:
$(MAKE) install PREFIX=~/install_test_dir
gpptest: clean
$(MAKE) -C programs all CC=g++ CFLAGS="-O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror"
CC=g++ $(MAKE) -C programs all CFLAGS="-O3 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror"
gcc5test: clean
gcc-5 -v