mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Enable build targets to run tests at stage0
This allows quicker turnaround for testing the standard library, since you don't have to wait for the stage1 compiler every time.
This commit is contained in:
+2
-1
@@ -204,8 +204,9 @@ test/bench.stage$(2).out.tmp: test/compiletest.stage$(2)$$(X) \
|
||||
|
||||
endef
|
||||
|
||||
# Instantiate the template for stage 1, 2, 3
|
||||
# Instantiate the template for stage 0, 1, 2, 3
|
||||
|
||||
$(eval $(call TEST_STAGEN,0,0))
|
||||
$(eval $(call TEST_STAGEN,0,1))
|
||||
$(eval $(call TEST_STAGEN,1,2))
|
||||
$(eval $(call TEST_STAGEN,2,3))
|
||||
|
||||
Reference in New Issue
Block a user