mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Add missing BENCH_TESTS variable to tests.mk
This commit is contained in:
parent
07950c8851
commit
eea888af25
@ -6,7 +6,7 @@ ALL_TEST_INPUTS = $(wildcard $(S)src/test/*/*.rs \
|
||||
$(S)src/test/*/*/*.rs \
|
||||
$(S)src/test/*/*.rc)
|
||||
|
||||
BENCH_RS := $(wildcard $(S)src/test/bench/*.rs) \
|
||||
BENCH_RS := $(wildcard $(S)src/test/bench/*.rs)
|
||||
RPASS_RC := $(wildcard $(S)src/test/run-pass/*.rc)
|
||||
RPASS_RS := $(wildcard $(S)src/test/run-pass/*.rs)
|
||||
RFAIL_RC := $(wildcard $(S)src/test/run-fail/*.rc)
|
||||
@ -17,6 +17,7 @@ CFAIL_RS := $(wildcard $(S)src/test/compile-fail/*.rs)
|
||||
RPASS_TESTS := $(RPASS_RC) $(RPASS_RS)
|
||||
RFAIL_TESTS := $(RFAIL_RC) $(RFAIL_RS)
|
||||
CFAIL_TESTS := $(CFAIL_RC) $(CFAIL_RS)
|
||||
BENCH_TESTS := $(BENCH_RS)
|
||||
|
||||
FT := run_pass_stage2
|
||||
FT_LIB := $(call CFG_LIB_NAME,$(FT))
|
||||
|
Loading…
Reference in New Issue
Block a user