]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - extensions/LocalisationUpdate/tests/phpunit/Makefile
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / extensions / LocalisationUpdate / tests / phpunit / Makefile
diff --git a/extensions/LocalisationUpdate/tests/phpunit/Makefile b/extensions/LocalisationUpdate/tests/phpunit/Makefile
new file mode 100644 (file)
index 0000000..e98c12c
--- /dev/null
@@ -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 $@