summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/tests/phpunit/Makefile
blob: c86c77cf31b96b48e6d50fa713c0c2ebbb94a334 (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 utils

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

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