Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
all: clean test
2
 
3
test:
4
	vendor/bin/phpunit
5
 
6
coverage:
7
	vendor/bin/phpunit --coverage-html=artifacts/coverage
8
 
9
view-coverage:
10
	open artifacts/coverage/index.html
11
 
12
clean:
13
	rm -rf artifacts/*