ticket: 5907
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20267
dc483132-0cff-0310-8789-
dd5450dbe970
+++ /dev/null
-#include <stdio.h>
-#include <limits.h>
-
-#include "test_ccapi_check.h"
-#include "test_ccapi_constants.h"
-#include "test_ccapi_context.h"
-#include "test_ccapi_ccache.h"
-
-int main (int argc, const char * argv[]) {
-
- cc_int32 err = ccNoError;
- T_CCAPI_INIT;
- err = check_cc_context_get_version();
- return err;
-}
-
\ No newline at end of file
run_test test_constants
run_test test_cc_initialize
-run_test test_cc_context_get_version
run_test test_cc_context_release
run_test test_cc_context_get_change_time
run_test test_cc_context_get_default_ccache_name