more refactoring; now the package hook starts to make sense
[pharext/pharext] / Makefile
index 433b800792fb551cda94849949f610b551782e34..4c78e66c8a43c6bd6ba81ca82efe033e10e6813d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ bin/pharext: src/* src/pharext/* src/pharext/*/*
 
 test:
        @echo "Running tests ... "
-       @phpunit tests
+       @php -dphar.readonly=0 `which phpunit` tests
        
 clean:
        rm bin/pharext*