Files
mediawiki-extensions-Univer…/tests/phpunit/Makefile
Santhosh Thottingal 243972403b Use MW_INSTALL_PATH for test path if defined
Change-Id: Ib4eedb61f37e3b8a5c834dc417342543771a2d33
2013-10-09 17:54:17 +05:30

11 lines
200 B
Makefile

ifndef MW_INSTALL_PATH
MW_INSTALL_PATH=../../..
endif
default:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php .
.PHONY: *Test.php
*Test.php:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@