Skip to content

Commit fb64dc2

Browse files
committed
mk: Add NO_BENCH variable for turning off the --bench flag
1 parent 620fcd0 commit fb64dc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mk/tests.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ ifdef CFG_VALGRIND
4242
TEST_BENCH =
4343
endif
4444

45+
ifdef NO_BENCH
46+
TEST_BENCH =
47+
endif
48+
4549
# Arguments to the perf tests
4650
ifdef CFG_PERF_TOOL
4751
CTEST_PERF_RUNTOOL = --runtool "$(CFG_PERF_TOOL)"

0 commit comments

Comments
 (0)