test target in make

This commit is contained in:
Nabeel Shahzad
2017-06-08 23:05:22 -05:00
parent 44d0f45185
commit ec4910eda0

View File

@@ -23,6 +23,8 @@ reset-db:
rm database/testing.sqlite
make db
tests: test
test:
vendor/bin/phpunit --testdox tests