diff options
Diffstat (limited to 'c_implementation/tests/test_aklogcatter.c')
-rw-r--r-- | c_implementation/tests/test_aklogcatter.c | 7 |
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; +} |