summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-02-16 01:08:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:23 -0500
commit3a93b655dd0d29ad9227d4530dde1996061f7116 (patch)
tree401bcbccf86fbd5679119020e98bde62355a9e8f /source4/torture/ndr/ndr.c
parentf88c667e6a901aa401980503d29d0f68870dfa10 (diff)
downloadsamba-3a93b655dd0d29ad9227d4530dde1996061f7116.tar.gz
r21378: Add simple NDR epmap test.
(This used to be commit b29170c8eaafa3a573b0e26efecd6cacd68250b6)
Diffstat (limited to 'source4/torture/ndr/ndr.c')
-rw-r--r--source4/torture/ndr/ndr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c
index 463311613d3..2d949ae044f 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -88,6 +88,7 @@ NTSTATUS torture_ndr_init(void)
torture_suite_add_suite(suite, ndr_winreg_suite(suite));
torture_suite_add_suite(suite, ndr_atsvc_suite(suite));
torture_suite_add_suite(suite, ndr_lsa_suite(suite));
+ torture_suite_add_suite(suite, ndr_epmap_suite(suite));
torture_register_suite(suite);