summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-11 12:36:07 +0100
committerGünther Deschner <gd@samba.org>2008-11-12 10:19:53 +0100
commit67018ed8bdd867f0612f2c559267cba6a67e4b2d (patch)
tree3aff6f23904b660138c4f38944c0e30d5edf7c23 /source4/torture/rpc/rpc.c
parent92f64d3df59845edc421ea3607d0fee9059d39e8 (diff)
downloadsamba-67018ed8bdd867f0612f2c559267cba6a67e4b2d.tar.gz
samba-67018ed8bdd867f0612f2c559267cba6a67e4b2d.tar.bz2
samba-67018ed8bdd867f0612f2c559267cba6a67e4b2d.zip
s4-smbtorture: add very basic RPC-NTSVCS test.
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 2fcf700c36..7fe5827ea1 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -438,6 +438,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "DSSYNC", torture_rpc_dssync);
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));
suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests");