source: trunk/server/source3/script/tests/test_pthreadpool.sh

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 302 bytes
Line 
1#!/bin/sh
2
3incdir=`dirname $0`/../../../testprogs/blackbox
4. $incdir/subunit.sh
5
6TESTPROG=$BINDIR/pthreadpooltest
7
8if [ ! -x $BINDIR/pthreadpooltest ] ; then
9 TESTPROG=/bin/true
10fi
11
12failed=0
13
14testit "pthreadpool" $VALGRIND $TESTPROG ||
15 failed=`expr $failed + 1`
16
17testok $0 $failed
Note: See TracBrowser for help on using the repository browser.