Changeset 215 for trunk

Show
Ignore:
Timestamp:
10/07/2006 03:28:31 AM (7 years ago)
Author:
moo
Message:

script that help to run php test cases

Location:
trunk
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.frag

    r192 r215  
    3737xcachesvnclean: clean 
    3838    cat $(srcdir)/.cvsignore | grep -v Makefile | xargs rm -rf 
     39 
     40xcachetest: 
     41    TEST_PHP_SRCDIR=$(top_srcdir) \ 
     42    CC="$(CC)" \ 
     43        $(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php $(TESTS) -c xcache-test.ini