default: go

go2:
	./t

go:
	./tests
	#./test-one cpython-2.5
	#./test-one cpython-2.6
	#./test-one cpython-2.7
	#./test-one cpython-3.0
	#./test-one cpython-3.1
	#./test-one cpython-3.2
	#./test-one jython
	#./test-one pypy

clean:
	rm -rf save-dir-*