rust/src/test/run-make/extern-fn-with-packed-struct/Makefile

6 lines
103 B
Makefile
Raw Normal View History

-include ../tools.mk
2015-08-26 18:57:56 -05:00
all: $(call NATIVE_STATICLIB,test)
$(RUSTC) test.rs
$(call RUN,test) || exit 1