Merge changes Ib951c4f5,Iacdccb8f
* changes: Include target_mods field Test: build a module with target_mods populated in cc_fuzz Update cc_fuzz rule - add library_path param Test: make haiku
This commit is contained in:
@@ -151,6 +151,8 @@ type FuzzConfig struct {
|
|||||||
// If there's a Java fuzzer with JNI, a different version of Jazzer would
|
// If there's a Java fuzzer with JNI, a different version of Jazzer would
|
||||||
// need to be added to the fuzzer package than one without JNI
|
// need to be added to the fuzzer package than one without JNI
|
||||||
IsJni *bool `json:"is_jni,omitempty"`
|
IsJni *bool `json:"is_jni,omitempty"`
|
||||||
|
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
|
||||||
|
Target_modules []string `json:"target_modules,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type FuzzFrameworks struct {
|
type FuzzFrameworks struct {
|
||||||
|
Reference in New Issue
Block a user