all:
	@./runtests.sh

clean:
	rm -f test.log
	rm -rf tmp*
