We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b228a commit ff1181dCopy full SHA for ff1181d
mk/tests.mk
@@ -38,23 +38,23 @@ ifdef CHECK_IGNORED
38
TESTARGS += --ignored
39
endif
40
41
-
42
# Arguments to the cfail/rfail/rpass/bench tests
43
ifdef CFG_VALGRIND
44
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
45
46
47
-ifdef PLEASE_BENCH
48
- TESTARGS += --bench
49
-endif
50
51
# Arguments to the perf tests
52
ifdef CFG_PERF_TOOL
53
CTEST_PERF_RUNTOOL = --runtool "$(CFG_PERF_TOOL)"
54
55
56
CTEST_TESTARGS := $(TESTARGS)
57
+# --bench is only relevant for crate tests, not for the compile tests
+ifdef PLEASE_BENCH
+ TESTARGS += --bench
+endif
+
58
ifdef VERBOSE
59
CTEST_TESTARGS += --verbose
60
0 commit comments