smb/Makefile
Andy Scherzinger 8acffcd855
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-02 20:28:14 +02:00

11 lines
226 B
Makefile

# SPDX-FileCopyrightText: 2018 Robin Appelman <robin@icewind.nl>
# SPDX-License-Identifier: MIT
.PHONY: tests
all: vendor
vendor: composer.json
composer install
tests: vendor
vendor/bin/phpunit tests -c tests/phpunit.xml