wrap scc tests with have scc
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user