File indexing completed on 2024-12-15 04:12:56

0001 #!/bin/sh
0002 
0003 cd `dirname $0`
0004 
0005 export SCRIPTDIR=$PWD
0006 export BUILDDIR=$PWD/build
0007 
0008 $BUILDDIR/bin/runtests "$@"