Move almost all run-make-fulldeps to run-make
They pass fine.
This commit is contained in:
parent
f2d9a3d077
commit
433da1fc04
696 changed files with 2 additions and 2 deletions
6
tests/run-make/separate-link/Makefile
Normal file
6
tests/run-make/separate-link/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
include ../tools.mk
|
||||
|
||||
all:
|
||||
echo 'fn main(){}' | $(RUSTC) -Z no-link -
|
||||
$(RUSTC) -Z link-only $(TMPDIR)/rust_out.rlink
|
||||
$(call RUN,rust_out)
|
||||
Loading…
Add table
Add a link
Reference in a new issue