3 if [ ! $WINTESTCONF ]; then
4 echo "Environment variable WINTESTCONF has not been defined."
5 echo "Windows tests will not run unconfigured."
9 if [ ! -r $WINTESTCONF ]; then
10 echo "$WINTESTCONF could not be read."
14 . selftest
/test_functions.sh
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