Lines Matching refs:make
14 The easiest way to test your PHP build is to run "make test" from the
19 type "make test" to execute all or some test scripts saved under
23 make test
25 "make test" basically executes "run-tests.php" script
33 [Which "php" executable "make test" look for]
39 If you run the tests using make test, the PHP CLI and CGI executables are
40 automatically set for you. "make test" executes "run-tests.php" script with the CLI binary. Some
51 "make test" uses the same php.ini file as it would once installed.
59 "run-tests.php" ("make test"), without any arguments executes all
112 Normally, the exit status of "make test" is zero, regardless of the results
114 and "make test" will set the exit status ("$?") to non-zero, when an
146 REPORT_EXIT_STATUS is set. The result of "make test" may be higher
161 script with following format. Please test the script and make sure