summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/extern-fn-with-packed-struct/Makefile
blob: 4f5d026f213f282dfc24a32484b2110bf6e36ffd (plain)
1
2
3
4
5
include ../tools.mk

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