3 incdir
=`dirname $0`/..
/..
/..
/testprogs
/blackbox
6 if [ ! -x $BINDIR/pthreadpooltest
] ; then
7 # Some machines don't have /bin/true, simulate it
8 cat >$BINDIR/pthreadpooltest
<<EOF
12 chmod +x
$BINDIR/pthreadpooltest
17 testit
"pthreadpool" $VALGRIND $BINDIR/pthreadpooltest ||
18 failed
=`expr $failed + 1`