rust/tests/run-make-fulldeps/extern-fn-with-union/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
126 B
Makefile
Raw Normal View History

include ../tools.mk
2015-12-14 17:40:43 -06:00
all: $(call NATIVE_STATICLIB,ctest)
2015-08-26 18:57:56 -05:00
$(RUSTC) testcrate.rs
$(RUSTC) test.rs
$(call RUN,test) || exit 1