Fix `make check PLEASE_BENCH=1`

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:
Kevin Ballard 2015-01-19 10:59:57 -08:00
parent cda3490f8f
commit c166017445
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