test:
	cd regress/ && make && make test

test-all:
	cd regress/ && make && make test
	cd functional/ && make test

clean:
	cd regress/ && make clean
	cd functional/ && make clean
