Skip to content

Commit

Permalink
add 32bit cli-tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellerozenblit committed Feb 15, 2023
1 parent 7da1c6d commit 0722809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ default: fullbench
all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash poolTests

.PHONY: all32
all32: fullbench32 fuzzer32 zstreamtest32
all32: fullbench32 fuzzer32 zstreamtest32 test-cli-tests

.PHONY: allnothread
allnothread: MULTITHREAD_CPP=
Expand Down Expand Up @@ -348,6 +348,7 @@ test-cli-tests: zstd datagen
file $(ZSTD)
./cli-tests/run.py --exec-prefix="$(QEMU_SYS)" --zstd="$(ZSTD)" --datagen=./datagen


.PHONY: test-fullbench
test-fullbench: fullbench datagen
$(QEMU_SYS) ./fullbench -i1
Expand Down

0 comments on commit 0722809

Please sign in to comment.