summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-16 13:44:43 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:06 +0100
commit8071c56ac20daff2919af21ff0090c247501f152 (patch)
tree4231c005f015393ca3f055f03f0be3220dca0e95 /source4/torture/rpc/rpc.c
parent5e6372460c8f52964f84e56d0c34479e1b1a1a9e (diff)
downloadsamba-8071c56ac20daff2919af21ff0090c247501f152.tar.gz
samba-8071c56ac20daff2919af21ff0090c247501f152.tar.bz2
samba-8071c56ac20daff2919af21ff0090c247501f152.zip
r25667: Start on frsapi testsuite.
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
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 6891783a82..19511108b5 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -381,6 +381,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_lsa_secrets(suite));
torture_suite_add_suite(suite, torture_rpc_echo(suite));
torture_suite_add_simple_test(suite, "DFS", torture_rpc_dfs);
+ torture_suite_add_suite(suite, torture_rpc_frsapi(suite));
torture_suite_add_suite(suite, torture_rpc_unixinfo(suite));
torture_suite_add_suite(suite, torture_rpc_eventlog(suite));
torture_suite_add_suite(suite, torture_rpc_atsvc(suite));