X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=4c78e66c8a43c6bd6ba81ca82efe033e10e6813d;hb=b632c5fcceda2e2b1cda995e34a34708e3a87ce0;hp=433b800792fb551cda94849949f610b551782e34;hpb=861260c111bff72f60665393660b6f5375559510;p=pharext%2Fpharext diff --git a/Makefile b/Makefile index 433b800..4c78e66 100644 --- 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*