wrap scc tests with have scc

This commit is contained in:
Love Hornquist Astrand
2009-11-22 11:56:11 -08:00
parent f4585e3cc3
commit 596bd00c9b

View File

@@ -679,8 +679,10 @@ main(int argc, char **argv)
test_prefix_ops(context, "MEMORY", &krb5_mcc_ops);
test_prefix_ops(context, "MEMORY:foo", &krb5_mcc_ops);
test_prefix_ops(context, "/tmp/kaka", &krb5_fcc_ops);
#ifdef HAVE_SCC
test_prefix_ops(context, "SCC:", &krb5_scc_ops);
test_prefix_ops(context, "SCC:foo", &krb5_scc_ops);
#endif
krb5_cc_destroy(context, id1);
krb5_cc_destroy(context, id2);