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