From 595c5a2498d0c71731c9d5cee0bfd53746350b9d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 14 Jul 2010 01:31:12 +0200 Subject: s4-smbtorture: add very simple RPC-BIND testsuite. Guenther --- source4/torture/rpc/rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/rpc.c') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index a860bdad72..b386c6a106 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -489,6 +489,7 @@ NTSTATUS torture_rpc_init(void) torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc); torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind); torture_suite_add_suite(suite, torture_rpc_ntsvcs(suite)); + torture_suite_add_suite(suite, torture_rpc_bind(suite)); suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests"); -- cgit