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 ""

