aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: 4bb83ab8ab61e440ad2913ab6831ddb87ace83fe (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY:	test clean

test:
	ct_run -pa -dir . -config database.conf

clean:
	rm -rf *.html
	rm -rf *.css
	rm -rf ct_run.ct*
	rm -rf variables-ct*