diff options
Diffstat (limited to 'extensions/LocalisationUpdate/tests/phpunit/Makefile')
-rw-r--r-- | extensions/LocalisationUpdate/tests/phpunit/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/LocalisationUpdate/tests/phpunit/Makefile b/extensions/LocalisationUpdate/tests/phpunit/Makefile new file mode 100644 index 00000000..e98c12ca --- /dev/null +++ b/extensions/LocalisationUpdate/tests/phpunit/Makefile @@ -0,0 +1,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 $@ |