Documentation ¶
Index ¶
- Constants
- func CreateProjectConfig(configDir string) (string, error)
- func DetermineBuildSystem(projectDir string) (string, error)
- func FindAndParseProjectConfig(opts interface{}) error
- func FindConfigDir() (string, error)
- func ParseProjectConfig(configDir string, opts interface{}) error
- func ValidateBuildSystem(buildSystem string) error
- type Engine
- type FuzzTestType
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func CreateProjectConfig ¶
CreateProjectConfig creates a new project config in the given directory
func DetermineBuildSystem ¶
func FindAndParseProjectConfig ¶ added in v0.5.0
func FindAndParseProjectConfig(opts interface{}) error
func FindConfigDir ¶ added in v0.5.0
func ParseProjectConfig ¶
func ValidateBuildSystem ¶
Types ¶
type FuzzTestType ¶
type FuzzTestType string
const ( CPP FuzzTestType = "cpp" JAVA FuzzTestType = "java" )
Click to show internal directories.
Click to hide internal directories.