2023-03-30 08:46:31 -05:00
|
|
|
# ignore-cross-compile
|
2022-08-22 19:00:00 -05:00
|
|
|
include ../tools.mk
|
2014-05-14 01:07:33 -05:00
|
|
|
|
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
|
2014-05-14 01:07:33 -05:00
|
|
|
$(call RUN,test) || exit 1
|