From 6911290dbb577fb295e556da6fd7e4f5f7c81a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 20 Feb 2017 11:37:43 +0100 Subject: test/fuzz: add fuzzing infrastructure For now we use the american fuzzy lop in the future we might also add libFuzzer support. --- fuzz/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fuzz/.gitignore (limited to 'fuzz/.gitignore') diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..af19e48 --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,2 @@ +/results +/text-fuzzer -- cgit v1.2.3