Implement packager and installer hooks
[pharext/pharext] / Makefile
index 6b3dc1f0dc6ccc1e327869470e74d6d71f0289b7..10271865c90e708a9411e959da98c17f4c884db3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,6 @@ all: bin/pharext
 bin/pharext: src/* src/pharext/*
        @echo "Linting changed source files ... "
        @for file in $?; do php -l $$file | sed -ne '/^No syntax errors/!p' && exit $${PIPESTATUS[0]}; done
-       @echo "Running tests ... "
-       @phpunit tests
        @echo "Creating bin/pharext ... "
        php -d phar.readonly=0 build/create-phar.php
        chmod +x $@