tevent: expose tevent_context_init_ops
[Samba/gebeck_regimport.git] / source4 / selftest / tests_win2k3_dc.sh
blob290a4ef66676b926d22c91f3b704d7d1449ab58c
1 #!/bin/sh
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
9 if [ ! -r $WINTESTCONF ]; then
10 echo "$WINTESTCONF could not be read."
11 exit 1
14 . selftest/test_functions.sh
16 export SRCDIR=$SRCDIR
18 tests="RPC-DRSUAPI RPC-SPOOLSS ncacn_np ncacn_ip_tcp"
20 for name in $tests; do
21 testit $name rpc $SRCDIR/selftest/win/wintest_2k3_dc.sh $name
22 done