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

test:
	ct_run -dir . -config database.conf

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