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

7 lines
127 B
Makefile
Raw Normal View History

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