X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile;h=3701018dbcc44072c3196b72ca4a9c0bd11b74b3;hb=588c266f29af65ea5706c9251c1ec2f92fc30880;hp=4f0045a04607f91a7d4d3691c43625604d45af50;hpb=7ccf382e89737f430fb8da72cef752dc2252f324;p=pharext%2Fpharext diff --git a/Makefile b/Makefile index 4f0045a..3701018 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ bin/%: build/%.php src/* src/pharext/* src/pharext/*/* src/pharext/*/*/* test: @echo "Running tests ... " - @php -dphar.readonly=0 `which phpunit` tests + @php -dphar.readonly=0 `which phpunit5` tests clean: rm bin/pharext* @@ -28,9 +28,4 @@ release: cp build/Metadata.php.in src/pharext/Metadata.php && \ git ci -am "back to dev" -archive-test: bin/pharext - ./bin/pharext -vpgs ../apfd.git - -../php-5.5/sapi/cli/php ./apfd-1.0.1.ext.phar - -./apfd-1.0.1.ext.phar - .PHONY: all clean test release