summary refs log tree commit diff
path: root/src/test/run-make/output-with-hyphens/Makefile
blob: 783d826a53dabbd7d4d96197defae5b2ce8de264 (plain)
1
2
3
4
5
6
-include ../tools.mk

all:
	$(RUSTC) foo-bar.rs
	[ -f $(TMPDIR)/$(call BIN,foo-bar) ]
	[ -f $(TMPDIR)/libfoo_bar.rlib ]