sof/tools/fuzzer
Seppo Ingalsuo f430addec7 Tools: Fuzzer: Do not use illegal BUILD_COMMAND in CMakeLists.txt
This patch removes the incorrect usage of BUILD_COMMAND. Having it set
to "cmake" caused the cmake usage help text output to be shown only and
caused the ExternalProject_Add command to believe the
libsof_tplg_parser.so was built. The build for the library happened only
because the next install step performed the compilation. With this fix
the default build command is used instead. There's no need to define
it here.

Fixes #2656

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-08-31 11:30:26 +01:00
..
platform fuzzer: Add initial support for i.MX8 platform 2020-08-10 10:44:30 +01:00
CMakeLists.txt Tools: Fuzzer: Do not use illegal BUILD_COMMAND in CMakeLists.txt 2020-08-31 11:30:26 +01:00
fuzzer.h fuzzer: Add initial support for i.MX8 platform 2020-08-10 10:44:30 +01:00
main.c fuzzer: Add initial support for i.MX8 platform 2020-08-10 10:44:30 +01:00
qemu-bridge.c
qemu-bridge.h
topology.c Testbench: Add processing component load 2020-03-20 13:29:00 +00:00