mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
9 lines
130 B
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
|