TOPDIR=../../
include $(TOPDIR)Rules.mak

all:


clean:
	rm -f *.test
	rm -f *.out

test:
	./runtests.sh
