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