From f69d8c027d0eb420d3c7129eecde8f5d1af027fe Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 2 Dec 2020 00:21:29 -0800 Subject: [PATCH] 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. --- tests/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2