1
0
mirror of synced 2025-01-18 17:01:41 +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
endif
tests: install
tests:
ifeq ($(USE_COMPOSER),1)
vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
else