#include <criterion/criterion.h>#include "scanner/kv-scanner/kv-scanner.h"#include "linux-audit-parser.h"#include "apphook.h"#include "scratch-buffers.h"
Functions | |
| void | setup (void) |
| void | teardown (void) |
| Test (linux_audit_scanner, test_audit_style_hex_dump_is_not_decoded,.description="not decoded as no characters to be" "escaped, kernel only escapes stuff below 0x21, above 0x7e and the quote character") | |
| Test (linux_audit_scanner, test_audit_style_hex_dump_is_decoded) | |
| Test (linux_audit_scanner, test_audit_style_hex_dump_is_not_decoded_odd,.description="odd number of chars") | |
| TestSuite (linux_audit_scanner,.init=setup,.fini=teardown) | |
Variables | |
| KVScanner | kv_scanner |
| void setup | ( | void | ) |
| void teardown | ( | void | ) |
| Test | ( | linux_audit_scanner | , |
| test_audit_style_hex_dump_is_decoded | |||
| ) |
| Test | ( | linux_audit_scanner | , |
| test_audit_style_hex_dump_is_not_decoded | , | ||
| . | description = "not decoded as no characters to be" "escaped, kernel only escapes stuff below 0x21, above 0x7e and the quote character" |
||
| ) |
| Test | ( | linux_audit_scanner | , |
| test_audit_style_hex_dump_is_not_decoded_odd | , | ||
| . | description = "odd number of chars" |
||
| ) |
| KVScanner kv_scanner |