diff options
Diffstat (limited to 'MLEB/Translate/tests/phpunit/Makefile')
-rw-r--r-- | MLEB/Translate/tests/phpunit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/tests/phpunit/Makefile b/MLEB/Translate/tests/phpunit/Makefile index c86c77cf..10dc5a05 100644 --- a/MLEB/Translate/tests/phpunit/Makefile +++ b/MLEB/Translate/tests/phpunit/Makefile @@ -2,7 +2,7 @@ ifndef MW_INSTALL_PATH MW_INSTALL_PATH=../../../.. endif -DIRS = api ffs insertables utils +DIRS = api ffs insertables messagegroups pagetranslation tag translationaids unit utils MessageValidator default: php ${MW_INSTALL_PATH}/tests/phpunit/phpunit.php . |