source: tags/2.0.2/tests/run_tests.sh @ 396

Last change on this file since 396 was 126, checked in by scdev, 18 years ago

Q - Releasing tags/2.0.1, use branches/2.0 for maintaining.

File size: 144 bytes
Line 
1#!/bin/sh
2
3# Be in the directory with all the tests.
4cd `dirname $0`;
5
6# Run tests sequentially.
7for foo in *Test.php;
8do
9    php4 $foo;
10done;
Note: See TracBrowser for help on using the repository browser.