sof/tools/fuzzer
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
..
platform fuzzer: Add initial support for i.MX8 platform 2020-08-10 10:44:30 +01:00
CMakeLists.txt CMake: require version 3.13 2021-09-10 17:19:29 +01:00
README.md fuzzer: add deprecation README.md 2021-05-24 15:27:18 -07:00
fuzzer.h fuzzer: fix build as with header order and ARRAY_SIZE redefinition 2021-04-12 15:57:23 -07:00
main.c fuzzer: Add initial support for i.MX8 platform 2020-08-10 10:44:30 +01:00
qemu-bridge.c tools: fuzzer: Introducing ingredients for fuzzing in SOF 2019-08-07 08:47:58 +02:00
qemu-bridge.h tools: fuzzer: Introducing ingredients for fuzzing in SOF 2019-08-07 08:47:58 +02:00
topology.c fuzzer: fix build as with header order and ARRAY_SIZE redefinition 2021-04-12 15:57:23 -07:00

README.md

This project has been superseded by sof/tools/oss-fuzz/. See also

https://thesofproject.github.io/latest/developer_guides/fuzzing/