default: nogui


nogui:
	sh runtests.sh

gui:
	sh runtests.sh -gui

clean:
	-rm runtests.log*
