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

test:
	ct_run -dir . -config database.conf

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