rust/src/test/run-make/extern-fn-with-packed-struct/Makefile
2015-09-17 08:40:33 -07:00

6 lines
103 B
Makefile

-include ../tools.mk
all: $(call NATIVE_STATICLIB,test)
$(RUSTC) test.rs
$(call RUN,test) || exit 1