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

DIRS = api ffs insertables messagegroups pagetranslation tag translationaids unit utils MessageValidator

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

.PHONY: *Test.php $(DIRS)
*Test.php $(DIRS):
	php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@