xref: /freebsd/crypto/krb5/src/ccapi/test/test_constants.c (revision b670c9bafc0e31c7609969bf374b2e80bdc00211)
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 
9 int main (int argc, const char * argv[]) {
10 
11 	cc_int32 err = ccNoError;
12 	T_CCAPI_INIT;
13 	err = check_constants();
14     return err;
15 }
16