]> git.proxmox.com Git - mirror_ovs.git/commit - Makefile.am
oss-fuzz: Move oss-fuzz test harnesses and fuzzer configs to ovs source repo
authorBhargava Shastry <bshastry@sect.tu-berlin.de>
Tue, 21 Aug 2018 23:00:31 +0000 (16:00 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 24 Aug 2018 20:03:03 +0000 (13:03 -0700)
commitbef08169da79eefe5637a29228f34600cbfa0d17
treebf61b644b2f1ca21de4ce4297006dee20f34c623
parent9bf6793f3e723546e44d7d3c7cc9ac92861fbfde
oss-fuzz: Move oss-fuzz test harnesses and fuzzer configs to ovs source repo

Signed-off-by: Bhargava Shastry <bshastry@sec.t-labs.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Makefile.am
tests/automake.mk
tests/oss-fuzz/automake.mk [new file with mode: 0644]
tests/oss-fuzz/config/flow_extract_target.options [new file with mode: 0644]
tests/oss-fuzz/config/json_parser_target.options [new file with mode: 0644]
tests/oss-fuzz/config/ofp_print_target.options [new file with mode: 0644]
tests/oss-fuzz/config/ovs.dict [new file with mode: 0644]
tests/oss-fuzz/flow_extract_target.c [new file with mode: 0644]
tests/oss-fuzz/fuzzer.h [new file with mode: 0644]
tests/oss-fuzz/json_parser_target.c [new file with mode: 0644]
tests/oss-fuzz/ofp_print_target.c [new file with mode: 0644]