[PHP-DEV] make test broken?

2002-08-03 Thread Thies C. Arntzen


if i do make test i get:

=
CWD : /home/thies/devel/cgi
PHP : /home/thies/devel/cgi/sapi/cli/php
PHP_SAPI: cli
PHP_VERSION : 4.3.0-dev
PHP_OS  : Linux
INI actual  :
INI wanted  :
=
TIME START 2002-08-03 13:51:15
=
No tests were run.

and no tests are run - ist that intended? how do i run the
testsuite now?

re,
tc

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] make test broken?

2002-08-03 Thread Marcus Börger

Not really - for me everything is fine - see below.

Check your Makefile, it should contain the follwoing lines:
test: sapi/cli/php
 TEST_PHP_EXECUTABLE=$(top_builddir)/sapi/cli/php \
 $(top_builddir)/sapi/cli/php -c php.ini-dist 
$(top_srcdir)/run-tests.php

IF not cvsclean/buildconv?

marcus

make test log:
[marcus@zaphod php4]$ make test

=
CWD : /usr/src/php4
PHP : /usr/src/php4/sapi/cli/php
PHP_SAPI: cli
PHP_VERSION : 4.3.0-dev
PHP_OS  : Linux
INI actual  : /usr/src/php4/php.ini-dist
INI wanted  : /usr/src/php4/php.ini-dist
=
TIME START 2002-08-03 15:06:08
=
entering directory /usr/src/php4/ext/bz2/tests
SKIP BZ2 with files (with_files.phpt)
make: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs
make: *** wait: No child processes.  Stop.

At 13:52 03.08.2002, Thies C. Arntzen wrote:

 if i do make test i get:

=
CWD : /home/thies/devel/cgi
PHP : /home/thies/devel/cgi/sapi/cli/php
PHP_SAPI: cli
PHP_VERSION : 4.3.0-dev
PHP_OS  : Linux
INI actual  :
INI wanted  :
=
TIME START 2002-08-03 13:51:15
=
No tests were run.

 and no tests are run - ist that intended? how do i run the
 testsuite now?

 re,
 tc

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php