diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-05-02 21:16:01 +0300 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2012-05-04 16:51:29 +0200 |
commit | 4875a12ab840c413b68040503333ca2ecd78db98 (patch) | |
tree | ee2ff064793ef115a1a9f7f91f2cb8b641393100 /source4/torture/rpc | |
parent | 566884553ccb9c99cc3b05bc6fc84bf5efa9fae2 (diff) | |
download | samba-4875a12ab840c413b68040503333ca2ecd78db98.tar.gz samba-4875a12ab840c413b68040503333ca2ecd78db98.tar.bz2 samba-4875a12ab840c413b68040503333ca2ecd78db98.zip |
Avoid using Heimdal-specific tests in MIT build
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/rpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 41668e00a3..f33ba792e2 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -526,7 +526,9 @@ NTSTATUS torture_rpc_init(void) 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)); +#ifdef SAMBA4_USES_HEIMDAL /* Add Heimdal-specific KDC test */ torture_suite_add_suite(suite, torture_rpc_backupkey(suite)); +#endif suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests"); |