aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/mgrconfig')
-rw-r--r--pkg/mgrconfig/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go
index c9944900e..45145243c 100644
--- a/pkg/mgrconfig/config.go
+++ b/pkg/mgrconfig/config.go
@@ -255,6 +255,9 @@ type Experimental struct {
// with an empty Filter, but non-empty weight.
// E.g. "focus_areas": [ {"filter": {"files": ["^net"]}, "weight": 10.0}, {"weight": 1.0} ].
FocusAreas []FocusArea `json:"focus_areas,omitempty"`
+
+ // Enable dynamic discovery and fuzzing of KFuzzTest targets.
+ EnableKFuzzTest bool `json:"enable_kfuzztest"`
}
type FocusArea struct {