diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,8 +27,7 @@ build: ## Run grunt | |||
27 | @grunt | 27 | @grunt |
28 | 28 | ||
29 | test: ## Launch wallabag testsuite | 29 | test: ## Launch wallabag testsuite |
30 | @if [ ! -d "vendor/phpunit" ]; then composer install; fi | 30 | @ant prepare && bin/simple-phpunit -v |
31 | @ant prepare && vendor/phpunit/phpunit/phpunit -v | ||
32 | 31 | ||
33 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). | 32 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). |
34 | ifndef VERSION | 33 | ifndef VERSION |