Add support for 'make check' and a dummy test.
[libradsec.git] / tests / t_fticks.c
diff --git a/tests/t_fticks.c b/tests/t_fticks.c
new file mode 100644 (file)
index 0000000..71a015e
--- /dev/null
@@ -0,0 +1,11 @@
+#include "../radsecproxy.h"
+#include "../fticks.h"
+
+int
+main (int argc, char *argv[])
+{
+  uint8_t buf[128];
+
+  fticks_hashmac((const uint8_t *) "xyzzy", NULL, sizeof(buf), buf);
+  return 0;
+}