mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
removed zbufftest from list of all tests
This commit is contained in:
parent
9bde061a0b
commit
ed0243a63c
1 changed files with 4 additions and 4 deletions
|
|
@ -73,13 +73,13 @@ DECODECORPUS_TESTTIME ?= -T30
|
|||
|
||||
default: fullbench
|
||||
|
||||
all: fullbench fuzzer zstreamtest paramgrill datagen zbufftest decodecorpus
|
||||
all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus
|
||||
|
||||
all32: fullbench32 fuzzer32 zstreamtest32 zbufftest32
|
||||
all32: fullbench32 fuzzer32 zstreamtest32
|
||||
|
||||
allnothread: fullbench fuzzer paramgrill datagen zbufftest decodecorpus
|
||||
allnothread: fullbench fuzzer paramgrill datagen decodecorpus
|
||||
|
||||
dll: fuzzer-dll zstreamtest-dll zbufftest-dll
|
||||
dll: fuzzer-dll zstreamtest-dll
|
||||
|
||||
zstd:
|
||||
$(MAKE) -C $(PRGDIR) $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue