1#include <stdio.h>
2#include <limits.h>
3
4#include "test_ccapi_check.h"
5#include "test_ccapi_constants.h"
6#include "test_ccapi_context.h"
7#include "test_ccapi_ccache.h"
8
9int main (int argc, const char * argv[]) {
10
11	cc_int32 err = ccNoError;
12	T_CCAPI_INIT;
13	err = check_cc_ccache_remove_credentials();
14    return err;
15}
16