summaryrefslogtreecommitdiff
blob: 1892ea3ec4cbcf777fd3a83bb4b790b6b9da6ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifndef MW_INSTALL_PATH
	MW_INSTALL_PATH=../../../..
endif

TARGETS = api/ ffs/ messagegroups/ tag/ unit/ utils/ [A-Z]*/ *Test.php

default:
	php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php .

.PHONY: $(TARGETS)
$(TARGETS):
	php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@