added test-gzstd
This commit is contained in:
parent
abfb51f5f2
commit
0efaf7e7b1
@ -12,7 +12,7 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
- env: Ubu=12.04cont Cmd="make zlibwrapper && make clean && make -C tests test-zstd-nolegacy && make clean && make clean && make cmaketest && make clean && make -C contrib/pzstd googletest pzstd tests check && make -C contrib/pzstd clean"
|
- env: Ubu=12.04cont Cmd="make zlibwrapper && make clean && make -C tests test-zstd-nolegacy && make clean && make cmaketest && make clean && make -C contrib/pzstd googletest pzstd tests check && make -C contrib/pzstd clean"
|
||||||
os: linux
|
os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
language: cpp
|
language: cpp
|
||||||
@ -37,7 +37,7 @@ matrix:
|
|||||||
|
|
||||||
|
|
||||||
# Standard Ubuntu 12.04 LTS Server Edition 64 bit
|
# Standard Ubuntu 12.04 LTS Server Edition 64 bit
|
||||||
- env: Ubu=12.04 Cmd="make -C programs zstd-small && make -C programs zstd-decompress && make -C programs zstd-compress && make -C programs clean && make -C tests versionsTest"
|
- env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress zstd-compress && make -C tests test-gzstd && make -C programs clean && make -C tests versionsTest"
|
||||||
os: linux
|
os: linux
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
@ -76,6 +76,9 @@ zstd32:
|
|||||||
zstd-nolegacy:
|
zstd-nolegacy:
|
||||||
$(MAKE) -C $(PRGDIR) $@
|
$(MAKE) -C $(PRGDIR) $@
|
||||||
|
|
||||||
|
gzstd:
|
||||||
|
$(MAKE) -C $(PRGDIR) $@
|
||||||
|
|
||||||
fullbench : $(ZSTD_FILES) $(PRGDIR)/datagen.c fullbench.c
|
fullbench : $(ZSTD_FILES) $(PRGDIR)/datagen.c fullbench.c
|
||||||
$(CC) $(FLAGS) $^ -o $@$(EXT)
|
$(CC) $(FLAGS) $^ -o $@$(EXT)
|
||||||
|
|
||||||
@ -190,6 +193,11 @@ test-zstd32: zstd32 zstd-playTests
|
|||||||
test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd
|
test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd
|
||||||
test-zstd-nolegacy: zstd-nolegacy zstd-playTests
|
test-zstd-nolegacy: zstd-nolegacy zstd-playTests
|
||||||
|
|
||||||
|
test-gzstd: gzstd
|
||||||
|
gzip README.md test-zstd-speed.py
|
||||||
|
$(PRGDIR)/zstd -d README.md.gz -o README2.md
|
||||||
|
$(PRGDIR)/zstd -d README.md.gz test-zstd-speed.py.gz
|
||||||
|
|
||||||
test-fullbench: fullbench datagen
|
test-fullbench: fullbench datagen
|
||||||
$(QEMU_SYS) ./fullbench -i1
|
$(QEMU_SYS) ./fullbench -i1
|
||||||
$(QEMU_SYS) ./fullbench -i1 -P0
|
$(QEMU_SYS) ./fullbench -i1 -P0
|
||||||
|
Loading…
Reference in New Issue
Block a user