summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/unit/Makefile')
-rw-r--r--MLEB/Translate/tests/phpunit/unit/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/MLEB/Translate/tests/phpunit/unit/Makefile b/MLEB/Translate/tests/phpunit/unit/Makefile
new file mode 100644
index 00000000..5197ce76
--- /dev/null
+++ b/MLEB/Translate/tests/phpunit/unit/Makefile
@@ -0,0 +1,9 @@
+ifndef MW_INSTALL_PATH
+ MW_INSTALL_PATH=../../../../..
+endif
+
+default:
+ @echo "\033[0;33m>>> >>> >>> >>> >>> >>> >>> >>> \033[0;30;46m Run unit-tests \033[0m"
+ @php ${MW_INSTALL_PATH}/vendor/bin/phpunit -c ${MW_INSTALL_PATH}/phpunit.xml.dist .
+ @echo ""
+