make test: use phpunit5
[pharext/pharext] / Makefile
index 4f0045a04607f91a7d4d3691c43625604d45af50..3701018dbcc44072c3196b72ca4a9c0bd11b74b3 100644 (file)
--- 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