s4: add SMB2_FSCTL opcodes
[kai/samba.git] / source4 / selftest / tests_win2k3_dc.sh
1 #!/bin/sh
2
3 if [ ! $WINTESTCONF ]; then
4         echo "Environment variable WINTESTCONF has not been defined."
5         echo "Windows tests will not run unconfigured."
6         exit 1
7 fi
8
9 if [ ! -r $WINTESTCONF ]; then
10         echo "$WINTESTCONF could not be read."
11         exit 1
12 fi
13
14 . selftest/test_functions.sh
15
16 export SRCDIR=$SRCDIR
17
18 tests="RPC-DRSUAPI RPC-SPOOLSS ncacn_np ncacn_ip_tcp"
19
20 for name in $tests; do
21         testit $name rpc $SRCDIR/selftest/win/wintest_2k3_dc.sh $name
22 done