make scache dependant on sqlite

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23994 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:27:35 +00:00
parent 106c810509
commit d5e9266af3

View File

@@ -570,7 +570,9 @@ main(int argc, char **argv)
test_cache_remove(context, &krb5_fcc_ops);
test_cache_remove(context, &krb5_mcc_ops);
#ifdef USE_SQLITE
test_cache_remove(context, &krb5_scc_ops);
#endif
test_default_name(context);
test_mcache(context);