source: trunk/tests/run_tests.sh @ 53

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

${1}

File size: 158 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    /usr/local/bin/php $foo;
10done;
Note: See TracBrowser for help on using the repository browser.