diff options
Diffstat (limited to 'MLEB/Translate/tests/phpunit/Makefile')
-rw-r--r-- | MLEB/Translate/tests/phpunit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MLEB/Translate/tests/phpunit/Makefile b/MLEB/Translate/tests/phpunit/Makefile index 1df7c943..1892ea3e 100644 --- a/MLEB/Translate/tests/phpunit/Makefile +++ b/MLEB/Translate/tests/phpunit/Makefile @@ -2,11 +2,11 @@ ifndef MW_INSTALL_PATH MW_INSTALL_PATH=../../../.. endif -DIRS = api ffs messagegroups PageTranslation tag translationaids unit utils Validation +TARGETS = api/ ffs/ messagegroups/ tag/ unit/ utils/ [A-Z]*/ *Test.php default: php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php . -.PHONY: *Test.php $(DIRS) -*Test.php $(DIRS): +.PHONY: $(TARGETS) +$(TARGETS): php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@ |