]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Shaarli's translation
[github/shaarli/Shaarli.git] / Makefile
index 656c27b03ab3664589123369ba770c31f44604de..300f1d7f50744aa520eaf001539ed445c4d9cd88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ test:
        @echo "PHPUNIT"
        @echo "-------"
        @mkdir -p sandbox coverage
-       @$(BIN)/phpunit --coverage-php coverage/main.cov --testsuite unit-tests
+       @$(BIN)/phpunit --coverage-php coverage/main.cov --bootstrap tests/bootstrap.php --testsuite unit-tests
 
 locale_test_%:
        @UT_LOCALE=$*.utf8 \