projects
/
pharext
/
pharext
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d86a659
)
make test: use phpunit5
author
Michael Wallner
<mike@php.net>
Sat, 26 Sep 2020 07:18:30 +0000
(09:18 +0200)
committer
Michael Wallner
<mike@php.net>
Sat, 26 Sep 2020 07:18:30 +0000
(09:18 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 29a6d167b46b608d9880492db2c5697aa4c1de33..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 phpunit
5
` tests
clean:
rm bin/pharext*