summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-14 01:31:12 +0200
committerGünther Deschner <gd@samba.org>2010-07-14 01:34:48 +0200
commit595c5a2498d0c71731c9d5cee0bfd53746350b9d (patch)
tree953a7d3a0bf6dddfcd9b79a04262a0244c0bf003 /source4/torture/rpc/rpc.c
parent14cf257969a1cd793dd69214a6d255722a8a5499 (diff)
downloadsamba-595c5a2498d0c71731c9d5cee0bfd53746350b9d.tar.gz
samba-595c5a2498d0c71731c9d5cee0bfd53746350b9d.tar.bz2
samba-595c5a2498d0c71731c9d5cee0bfd53746350b9d.zip
s4-smbtorture: add very simple RPC-BIND testsuite.
Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
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");