From 4832ce7eeca543936ecb4475ecaf622f06da23fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 25 Feb 2019 15:45:13 +0100 Subject: fuzz-unit-file: also run manager_dump() This should increase coverage a bit. --- src/fuzz/fuzz-unit-file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fuzz') diff --git a/src/fuzz/fuzz-unit-file.c b/src/fuzz/fuzz-unit-file.c index 93de50191b..84b1ea66ec 100644 --- a/src/fuzz/fuzz-unit-file.c +++ b/src/fuzz/fuzz-unit-file.c @@ -79,6 +79,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { assert_se(g); unit_dump(u, g, ""); + manager_dump(m, g, ">>>"); return 0; } -- cgit v1.2.1