X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=b33352616488d2c8a2c3a13d674f73714184eaf1;hb=refs%2Fheads%2Fnotifications;hp=83c5f37ad78610d12e49211d3f6c0fc1b8bb752f;hpb=f3b637fbfee2fa9f66e53cbadd05e85771eece9d;p=github%2Fwallabag%2Fwallabag.git diff --git a/Makefile b/Makefile index 83c5f37a..b3335261 100755 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ build: ## Run grunt @grunt test: ## Launch wallabag testsuite - @if [ ! -d "vendor/phpunit" ]; then composer install; fi - @ant prepare && vendor/phpunit/phpunit/phpunit -v + @ant prepare && bin/simple-phpunit -v release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). ifndef VERSION