TESTFILES = variables.mos Array1.mos

TEST = rtest


.PHONY : test

test:
	@echo
	@echo Running tests...
	@echo
	@$(TEST) $(TESTFILES)
