Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommonBuildEnv ¶
Types ¶
type Result ¶
type Result struct {
// Absolute path of the fuzz test executable
Executable string
// Absolute path of the fuzz test's default seed corpus directory
SeedCorpus string
// Absolute path of the build directory
BuildDir string
// The engine for which the fuzz test was built
Engine string
// The sanitizers with which the fuzz test was built
Sanitizers []string
// The absolute paths of the fuzz test's runtime dependencies.
RuntimeDeps []string
}
Click to show internal directories.
Click to hide internal directories.