Skip to content

Commit cf19d6a

Browse files
committed
Meta/Make: disable unit tests when --tests=<num> is given
1 parent e6a0fc2 commit cf19d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ ${make-make} \
291291
SPATCH_FLAGS="--all-includes --recursive-includes --patch ." \
292292
SPATCH_BATCH_SIZE=16 \
293293
CFLAGS="-g -Wall -Wunused -Wdeclaration-after-statement -std=gnu99${O:+ $O}" \
294-
${tests:+"T=$tests"} \
294+
${tests:+"T=$tests"} ${tests:+UNIT_TESTS=} \
295295
"$@"
296296
status=$?
297297
eval "$clean"

0 commit comments

Comments
 (0)