-include ../tools.mk

all:
	$(RUSTC) test.rs
	$(call RUN,test $(RUSTC))
