11 lines
200 B
Makefile
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 $@
|