Rollup merge of #21399 - kballard:fix-PLEASE_BENCH, r=Gankro

611ef49f2f removed all the metrics stuff
from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did
anything.

Fixes #21324.
This commit is contained in:
Barosl LEE 2015-01-21 02:16:52 +09:00
commit 5b57aa757b
1 changed files with 1 additions and 3 deletions

View File

@ -38,16 +38,14 @@ ifdef CHECK_IGNORED
TESTARGS += --ignored
endif
TEST_BENCH =
# Arguments to the cfail/rfail/rpass/bench tests
ifdef CFG_VALGRIND
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
TEST_BENCH =
endif
ifdef PLEASE_BENCH
TEST_BENCH = --bench
TESTARGS += --bench
endif
# Arguments to the perf tests