From: Yann Collet Date: Wed, 2 Dec 2020 08:21:29 +0000 (-0800) Subject: removed fullbench-lib from tests/all X-Git-Tag: v1.4.7~19^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f69d8c027d0eb420d3c7129eecde8f5d1af027fe;p=thirdparty%2Fzstd.git removed fullbench-lib from tests/all this build works fine on all my systems, but since to fail on CI environment. Unclear why there is a difference. This build test is not relevant anyway. --- diff --git a/tests/Makefile b/tests/Makefile index c3f52e6df..a4521b607 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -82,8 +82,7 @@ DECODECORPUS_TESTTIME ?= -T30 default: fullbench .PHONY: all -all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash \ - fullbench-lib poolTests +all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash poolTests .PHONY: all32 all32: fullbench32 fuzzer32 zstreamtest32