tests : RunTests.java
	/usr/bin/javac RunTests.java

run:
	nohup ./runall >run.log 2>&1

.PHONY: run
