mk: Add NO_BENCH variable for turning off the --bench flag

This commit is contained in:
Brian Anderson 2013-07-29 12:43:45 -07:00
parent ac2cd14867
commit ceba95ced2
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ ifdef CFG_VALGRIND
TEST_BENCH =
endif
ifdef NO_BENCH
TEST_BENCH =
endif
# Arguments to the perf tests
ifdef CFG_PERF_TOOL
CTEST_PERF_RUNTOOL = --runtool "$(CFG_PERF_TOOL)"