Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Marniesse committed Nov 2, 2018
1 parent a951ed0 commit 136d2e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: install
install:
composer install

.PHONY: unit-test
unit-test:
php ./vendor/bin/atoum --directories tests/Unit --no-code-coverage

0 comments on commit 136d2e8

Please sign in to comment.