mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
8 lines
251 B
Makefile
8 lines
251 B
Makefile
.PHONY: test
|
|
|
|
test: run-tests.php
|
|
php run-tests.php -P -q --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,BORK,LEAK,XLEAK tests/
|
|
|
|
run-tests.php:
|
|
wget https://raw.githubusercontent.com/php/php-src/master/run-tests.php
|