Merge "Use MW_INSTALL_PATH for test path if defined"

This commit is contained in:
jenkins-bot
2013-10-10 09:26:13 +00:00
committed by Gerrit Code Review

View File

@@ -1,2 +1,10 @@
ifndef MW_INSTALL_PATH
MW_INSTALL_PATH=../../..
endif
default:
php ../../../tests/phpunit/phpunit.php .
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php .
.PHONY: *Test.php
*Test.php:
php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php $@