blob: cf897dba1f2798ba4944b6523eeba7c1def1b9cf [file] [log] [blame]
-include ../tools.mk
all: $(call NATIVE_STATICLIB,test)
$(RUSTC) testcrate.rs
$(RUSTC) test.rs
$(call RUN,test) || exit 1