Skip to content

Commit

Permalink
Fix make check PLEASE_BENCH=1
Browse files Browse the repository at this point in the history
611ef49 removed all the metrics stuff
from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did
anything.

Fixes #21324.
  • Loading branch information
lilyball committed Jan 19, 2015
1 parent cda3490 commit c166017
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mk/tests.mk
Expand Up @@ -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
Expand Down

0 comments on commit c166017

Please sign in to comment.