1
0
mirror of synced 2025-02-07 10:39:24 +03:00

fix Makefile

This commit is contained in:
Akolzin Dmitry 2020-02-25 14:30:38 +03:00
parent 239c5d43a8
commit 3c0f053028

View File

@ -31,7 +31,7 @@ ifeq ($(USE_COMPOSER),1)
composer install composer install
endif endif
tests: install tests:
ifeq ($(USE_COMPOSER),1) ifeq ($(USE_COMPOSER),1)
vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
else else