sof/tools/oss-fuzz
Curtis Malainey a0acad3414 CMake: require version 3.13
Without CMP0079 we cannot conditionally include libraries against SOF in
sub directories without seriously restructuring the project. This is
because the old policy requires the link target must be created in the
same folder. This does not work well from a configuration standpoint for
3P audio libraries trying to keep their config in src/audio/*. Rather
than enable the policy, lets simply upgrade since 3.13 is widely
available.

With this upgrade we can also remove the two version dependent checks at
the top of our scripts.

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
2021-09-10 17:19:29 +01:00
..
corpus oss-fuzz: add seed corpus 2020-12-10 22:26:25 +00:00
CMakeLists.txt CMake: require version 3.13 2021-09-10 17:19:29 +01:00
README.md oss-fuzz: add error for incorrect build env and readme 2021-02-09 13:52:30 +00:00
fuzz_ipc.c oss-fuzz: fix build 2021-04-30 11:50:16 +01:00

README.md

SOF OSS-Fuzz Shim

Build Steps

See https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally

TODOs

Add all components to build to be part of fuzzing space, currently components are not part of library build