Skip to content

Commit 0a28513

Browse files
committed
---
yaml --- r: 6503 b: refs/heads/master c: 6bced5b h: refs/heads/master i: 6501: 9c347e2 6499: 0f4639e 6495: 10400e1 v: v3
1 parent b505e89 commit 0a28513

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4f92204765ed5b9cbe8e2c54ea0102109987f245
2+
refs/heads/master: 6bced5be31a812adfe1199043886d5bda914a88f

trunk/mk/tests.mk

+17-17
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,11 @@ $(foreach host,$(CFG_TARGET_TRIPLES), \
341341

342342
GENERATED += tmp/$$(FT).rc tmp/$$(FT_DRIVER).rs
343343

344-
tmp/$$(FT).rc tmp/$$(FT_DRIVER).rs: \
345-
$$(TEST_RPASS_SOURCES_STAGE2) \
346-
$$(S)src/etc/combine-tests.py
347-
@$$(call E, check: building combined stage2 test runner)
348-
$$(Q)$$(S)src/etc/combine-tests.py
344+
tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
345+
$(TEST_RPASS_SOURCES_STAGE2) \
346+
$(S)src/etc/combine-tests.py
347+
@$(call E, check: building combined stage2 test runner)
348+
$(Q)$(S)src/etc/combine-tests.py
349349

350350
define DEF_CHECK_FAST_FOR_T_H
351351
# $(1) unused
@@ -356,24 +356,24 @@ $$(TLIB2_T_$(2)_H_$(3))/$$(FT_LIB): \
356356
tmp/$$(FT).rc \
357357
$$(SREQ2_T_$(2)_H_$(3))
358358
@$$(call E, compile_and_link: $$@)
359-
$$(STAGE2_$(CFG_HOST_TRIPLE)) --lib -o $$@ $$<
359+
$$(STAGE2_T_$(2)_H_$(3)) --lib -o $$@ $$<
360360

361-
$(3)/test/$(FT_DRIVER)-$(2)$(X): \
362-
tmp/$(FT_DRIVER).rs \
363-
$(TLIB2_T_$(2)_H_$(3))/$(FT_LIB) \
364-
$(SREQ2_T_$(2)_H_$(3))
365-
@$(call E, compile_and_link: $@)
366-
$(STAGE2_$(CFG_HOST_TRIPLE)) -L $(HOST_LIB2) -o $@ $<
361+
$(3)/test/$$(FT_DRIVER)-$(2)$$(X): \
362+
tmp/$$(FT_DRIVER).rs \
363+
$$(TLIB2_T_$(2)_H_$(3))/$$(FT_LIB) \
364+
$$(SREQ2_T_$(2)_H_$(3))
365+
@$$(call E, compile_and_link: $$@ $$<)
366+
$$(STAGE2_T_$(2)_H_$(3)) -L $$(TLIB2_T_$(2)_H_$(3)) -o $$@ $$<
367367

368-
$(3)/test/$(FT_DRIVER)-$(2).out: \
369-
$(3)/test/$(FT_DRIVER)-$(2)$(X) \
370-
$(SREQ2_T_$(2)_H_$(3))
371-
$(Q)$(call CFG_RUN_TEST,$<,$(2),$(3))
368+
$(3)/test/$$(FT_DRIVER)-$(2).out: \
369+
$(3)/test/$$(FT_DRIVER)-$(2)$$(X) \
370+
$$(SREQ2_T_$(2)_H_$(3))
371+
$$(Q)$$(call CFG_RUN_TEST,$$<,$(2),$(3))
372372

373373
check-fast-T-$(2)-H-$(3): tidy \
374374
check-stage2-T-$(2)-H-$(3)-rustc \
375375
check-stage2-T-$(2)-H-$(3)-std \
376-
$(3)/test/$(FT_DRIVER)-$(2).out
376+
$(3)/test/$$(FT_DRIVER)-$(2).out
377377

378378
endef
379379

0 commit comments

Comments
 (0)