diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 10:20:32 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 10:20:32 +0200 |
commit | 7c1225347db8b516cc268709939f6b359bc283c1 (patch) | |
tree | 7a516132f42dbb9e8c3bf371dfd100088d50efdf /Makefile | |
parent | 84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (diff) | |
download | wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.gz wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.zst wallabag-7c1225347db8b516cc268709939f6b359bc283c1.zip |
Update documentation
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ build: ## Run grunt | |||
24 | @grunt | 24 | @grunt |
25 | 25 | ||
26 | test: ## Launch wallabag testsuite | 26 | test: ## Launch wallabag testsuite |
27 | @if [ ! -d "vendor/phpunit" ]; then composer install; fi | ||
27 | @ant prepare && vendor/phpunit/phpunit/phpunit -v | 28 | @ant prepare && vendor/phpunit/phpunit/phpunit -v |
28 | 29 | ||
29 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). | 30 | release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). |