about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/tests.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 10452d91275..02cc745803f 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -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