summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-29 20:35:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:48:59 -0500
commit19d606ce180d197dd8e7dec2f92427cd7722b0e3 (patch)
tree33b898aee505c5c8568167da7a1812e43768146b /source4/torture/torture.c
parent70a15ba4df525838474dce086989582adf6e4de8 (diff)
downloadsamba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.tar.gz
samba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.tar.bz2
samba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.zip
r12584: Move NDR tests from rpc/ to local/, add to list of tests
to run for 'make all' (This used to be commit e71cd4778b9a872642619452e574f510e2491052)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 1b591c6bb8..f53fca38df 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2305,7 +2305,6 @@ static struct {
{"RPC-ALTERCONTEXT", torture_rpc_alter_context, 0},
{"RPC-JOIN", torture_rpc_join, 0},
{"RPC-DSSYNC", torture_rpc_dssync, 0},
- {"RPC-NDR", torture_rpc_ndr, 0},
/* local (no server) testers */
{"LOCAL-NTLMSSP", torture_ntlmssp_self_check, 0},
@@ -2322,6 +2321,7 @@ static struct {
{"LOCAL-REGISTRY", torture_registry, 0},
{"LOCAL-RESOLVE", torture_local_resolve, 0},
{"LOCAL-SDDL", torture_local_sddl, 0},
+ {"LOCAL-NDR", torture_local_ndr, 0},
/* COM (Component Object Model) testers */
{"COM-SIMPLE", torture_com_simple, 0 },