|
@@ -708,8 +708,8 @@ config KCOV
|
|
bool "Code coverage for fuzzing"
|
|
bool "Code coverage for fuzzing"
|
|
depends on ARCH_HAS_KCOV
|
|
depends on ARCH_HAS_KCOV
|
|
select DEBUG_FS
|
|
select DEBUG_FS
|
|
- select GCC_PLUGINS
|
|
|
|
- select GCC_PLUGIN_SANCOV
|
|
|
|
|
|
+ select GCC_PLUGINS if !COMPILE_TEST
|
|
|
|
+ select GCC_PLUGIN_SANCOV if !COMPILE_TEST
|
|
help
|
|
help
|
|
KCOV exposes kernel code coverage information in a form suitable
|
|
KCOV exposes kernel code coverage information in a form suitable
|
|
for coverage-guided fuzzing (randomized testing).
|
|
for coverage-guided fuzzing (randomized testing).
|