File: Makefile

package info (click to toggle)
php-doc 20241205~git.dfcbb86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,956 kB
  • sloc: xml: 968,269; php: 23,883; javascript: 671; sh: 177; makefile: 37
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
.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