Skip to content

Commit 99a0a8b

Browse files
committed
tests/Makefile : fixed target allnothread
ensures MT is disabled
1 parent f8a0593 commit 99a0a8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash
8282

8383
all32: fullbench32 fuzzer32 zstreamtest32
8484

85+
allnothread: MULTITHREAD_CPP=
86+
allnothread: MULTITHREAD_LD=
8587
allnothread: fullbench fuzzer paramgrill datagen decodecorpus
8688

8789
dll: fuzzer-dll zstreamtest-dll

0 commit comments

Comments
 (0)