mirror of
https://github.com/facebook/zstd.git
synced 2025-10-15 00:02:02 -04:00
Merge branch 'dev' into dev11
This commit is contained in:
commit
80c1e04c33
@ -33,7 +33,7 @@ matrix:
|
||||
|
||||
|
||||
# Standard Ubuntu 12.04 LTS Server Edition 64 bit
|
||||
- env: Ubu=12.04 Cmd="make -C programs zstd-small zstd-decompress 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 programs clean && make -C tests versionsTest test-longmatch"
|
||||
os: linux
|
||||
sudo: required
|
||||
|
||||
|
@ -225,7 +225,7 @@ zstd-playTests: datagen
|
||||
file $(ZSTD)
|
||||
ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
|
||||
|
||||
test: test-zstd test-fullbench test-fuzzer test-zstream test-longmatch test-invalidDictionaries
|
||||
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries
|
||||
ifneq ($(QEMU_SYS),qemu-ppc64-static)
|
||||
test: test-pool
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user