aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/tests/test_akutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_implementation/tests/test_akutils.c')
-rw-r--r--c_implementation/tests/test_akutils.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/c_implementation/tests/test_akutils.c b/c_implementation/tests/test_akutils.c
new file mode 100644
index 0000000..8619e97
--- /dev/null
+++ b/c_implementation/tests/test_akutils.c
@@ -0,0 +1,7 @@
+#include <libakutils.h>
+
+int main()
+{
+ ak_utils();
+ return 0;
+}