source: trunk/tests/run_tests.sh @ 1

Last change on this file since 1 was 1, checked in by scdev, 19 years ago

Initial import.

File size: 68 bytes
Line 
1#!/bin/sh
2for foo in `dirname $0`/*Test.php;
3do
4    php $foo;
5done;
Note: See TracBrowser for help on using the repository browser.