Fix a typo in tests.mk that was building stdtest with the wrong compiler
This commit is contained in:
parent
d1dbb99984
commit
9a995b0d25
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ check-stage$(2)-std: test/stdtest.stage$(2).out \
|
|||
test/stdtest.stage$(2)$$(X): $$(STDTEST_CRATE) $$(STDTEST_INPUTS) \
|
||||
$$(SREQ$(2))
|
||||
@$$(call E, compile_and_link: $$@)
|
||||
$$(STAGE1) -o $$@ $$< --test
|
||||
$$(STAGE$(2)) -o $$@ $$< --test
|
||||
|
||||
test/stdtest.stage$(2).out.tmp: test/stdtest.stage$(2)$$(X)
|
||||
@$$(call E, run: $$<)
|
||||
|
|
Loading…
Add table
Reference in a new issue