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/ndr | |
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/ndr')
-rw-r--r-- | source4/torture/ndr/ndr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c index 22905f2f67..b446242049 100644 --- a/source4/torture/ndr/ndr.c +++ b/source4/torture/ndr/ndr.c @@ -372,7 +372,9 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx) torture_suite_add_suite(suite, ndr_drsblobs_suite(suite)); torture_suite_add_suite(suite, ndr_nbt_suite(suite)); torture_suite_add_suite(suite, ndr_ntlmssp_suite(suite)); +#ifdef SAMBA4_USES_HEIMDAL /* Add Heimdal-specific KDC test */ torture_suite_add_suite(suite, ndr_backupkey_suite(suite)); +#endif torture_suite_add_suite(suite, ndr_string_suite(suite)); torture_suite_add_simple_test(suite, "string terminator", |