We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07950c8 commit eea888aCopy full SHA for eea888a
mk/tests.mk
@@ -6,7 +6,7 @@ ALL_TEST_INPUTS = $(wildcard $(S)src/test/*/*.rs \
6
$(S)src/test/*/*/*.rs \
7
$(S)src/test/*/*.rc)
8
9
-BENCH_RS := $(wildcard $(S)src/test/bench/*.rs) \
+BENCH_RS := $(wildcard $(S)src/test/bench/*.rs)
10
RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
11
RPASS_RS := $(wildcard $(S)src/test/run-pass/*.rs)
12
RFAIL_RC := $(wildcard $(S)src/test/run-fail/*.rc)
@@ -17,6 +17,7 @@ CFAIL_RS := $(wildcard $(S)src/test/compile-fail/*.rs)
17
RPASS_TESTS := $(RPASS_RC) $(RPASS_RS)
18
RFAIL_TESTS := $(RFAIL_RC) $(RFAIL_RS)
19
CFAIL_TESTS := $(CFAIL_RC) $(CFAIL_RS)
20
+BENCH_TESTS := $(BENCH_RS)
21
22
FT := run_pass_stage2
23
FT_LIB := $(call CFG_LIB_NAME,$(FT))
0 commit comments