smb/Makefile

9 lines
130 B
Makefile

.PHONY: tests
all: vendor
vendor: composer.json
composer install
tests: vendor
vendor/bin/phpunit tests -c tests/phpunit.xml