Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvBuildStep states for what a fuzz test is build. // e.g. "coverage", "fuzzing" EnvBuildStep string = "CIFUZZ_BUILD_STEP" // EnvBuildLocation states the path of the executable. // Default is identical with FUZZ_TEST. EnvBuildLocation string = "CIFUZZ_BUILD_LOCATION" // EnvCommand holds the name of the command cifuzz was called with. // e.g. "run", "bundle", "remote-run" EnvCommand string = "CIFUZZ_COMMAND" // EnvFuzzTest holds the name of the fuzz test. EnvFuzzTest string = "FUZZ_TEST" // EnvFuzzTestCFlags hold the CFLAGS used for building the fuzz test. EnvFuzzTestCFlags string = "FUZZ_TEST_CFLAGS" // EnvFuzzTestCXXFlags hold the CXXFLAGS used for building the fuzz test. EnvFuzzTestCXXFlags string = "FUZZ_TEST_CXXFLAGS" // EnvFuzzTestLDFlags hold the LDFLAGS used for building the fuzz test. EnvFuzzTestLDFlags string = "FUZZ_TEST_LDFLAGS" )
Warning: Changing these will lead to a breaking change!
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { *BuilderOptions // contains filtered or unexported fields }
func NewBuilder ¶
func NewBuilder(opts *BuilderOptions) (*Builder, error)
Click to show internal directories.
Click to hide internal directories.