rust/src/test/run-make/extern-fn-with-union/Makefile

7 lines
126 B
Makefile
Raw Normal View History

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