summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-25581/Makefile
blob: 042048ec25f63c05096693257dff6b2d8f6a3a2d (plain)
1
2
3
4
5
-include ../tools.mk

all: $(call NATIVE_STATICLIB,test)
	$(RUSTC) test.rs
	$(call RUN,test) || exit 1