summaryrefslogtreecommitdiff
path: root/extensions/LocalisationUpdate/tests/phpunit/Makefile
blob: e98c12cab437901602d7306f8a10d101b80fabde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifndef MW_INSTALL_PATH
	MW_INSTALL_PATH=../../../..
endif

DIRS=reader

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

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