X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=4c78e66c8a43c6bd6ba81ca82efe033e10e6813d;hb=e990b6dabecbdaf98b8d8b2173b0d697f9b2b754;hp=433b800792fb551cda94849949f610b551782e34;hpb=4acccbbedeb300e70cc06d9253e95bafeb7a2859;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*