summaryrefslogtreecommitdiffstats
path: root/tests/run-make/ls-metadata/Makefile
blob: 123dd64e15cbd5619653d8faa3d63de667545e3b (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) foo.rs
	$(RUSTC) -Z ls $(TMPDIR)/foo
	touch $(TMPDIR)/bar
	$(RUSTC) -Z ls $(TMPDIR)/bar