#include <criterion/criterion.h>#include "libtest/msg_parse_lib.h"#include "kv-parser.h"#include "apphook.h"#include "scratch-buffers.h"
Functions | |
| void | setup (void) |
| void | teardown (void) |
| Test (kv_parser, test_basics) | |
| Test (kv_parser, test_using_template_to_parse_input) | |
| Test (kv_parser, test_audit) | |
| Test (kv_parser, test_extract_stray_words) | |
| TestSuite (kv_parser,.init=setup,.fini=teardown) | |
Variables | |
| GlobalConfig * | cfg |
| LogParser * | kv_parser |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | kv_parser | , |
| test_audit | |||
| ) |
| Test | ( | kv_parser | , |
| test_basics | |||
| ) |
| Test | ( | kv_parser | , |
| test_extract_stray_words | |||
| ) |
| Test | ( | kv_parser | , |
| test_using_template_to_parse_input | |||
| ) |
| GlobalConfig* cfg |
| LogParser* kv_parser |