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