Skip to content

Commit 4e6bb13

Browse files
committed
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.
1 parent 9a995b0 commit 4e6bb13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/tests.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,9 @@ test/bench.stage$(2).out.tmp: test/compiletest.stage$(2)$$(X) \
204204

205205
endef
206206

207-
# Instantiate the template for stage 1, 2, 3
207+
# Instantiate the template for stage 0, 1, 2, 3
208208

209+
$(eval $(call TEST_STAGEN,0,0))
209210
$(eval $(call TEST_STAGEN,0,1))
210211
$(eval $(call TEST_STAGEN,1,2))
211212
$(eval $(call TEST_STAGEN,2,3))

0 commit comments

Comments
 (0)