2023-03-30 08:46:31 -05:00
|
|
|
# ignore-cross-compile
|
2022-08-23 00:00:00 +00:00
|
|
|
include ../tools.mk
|
2014-08-01 22:22:02 -06:00
|
|
|
|
2015-08-26 16:57:56 -07:00
|
|
|
all: $(call NATIVE_STATICLIB,test)
|
|
|
|
$(RUSTC) test.rs
|
2014-08-01 22:22:02 -06:00
|
|
|
$(call RUN,test) || exit 1
|