#include <criterion/criterion.h>#include "libtest/msg_parse_lib.h"#include "apphook.h"#include "plugin.h"#include "plugin-types.h"#include "scratch-buffers.h"
Functions | |
| void | init_and_load_kmsgformat_module (void) |
| void | deinit_kmsgformat_module (void) |
| void | setup (void) |
| void | teardown (void) |
| Test (linux_kmsg_format, test_kmsg_single_line) | |
| Test (linux_kmsg_format, test_kmsg_multi_line) | |
| Test (linux_kmsg_format, test_kmsg_with_extra_fields) | |
| Test (linux_kmsg_format, test_kmsg_device_parsing) | |
| TestSuite (linux_kmsg_format,.init=setup,.fini=teardown) | |
Variables | |
| MsgFormatOptions | parse_options |
| void deinit_kmsgformat_module | ( | void | ) |
| void init_and_load_kmsgformat_module | ( | void | ) |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | linux_kmsg_format | , |
| test_kmsg_device_parsing | |||
| ) |
| Test | ( | linux_kmsg_format | , |
| test_kmsg_multi_line | |||
| ) |
| Test | ( | linux_kmsg_format | , |
| test_kmsg_single_line | |||
| ) |
| Test | ( | linux_kmsg_format | , |
| test_kmsg_with_extra_fields | |||
| ) |
| MsgFormatOptions parse_options |