Add support for 'make check' and a dummy test.
[radsecproxy.git] / tests / t_fticks.c
1 #include "../radsecproxy.h"
2 #include "../fticks.h"
3
4 int
5 main (int argc, char *argv[])
6 {
7   uint8_t buf[128];
8
9   fticks_hashmac((const uint8_t *) "xyzzy", NULL, sizeof(buf), buf);
10   return 0;
11 }