config

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BuildSystemBazel  string = "bazel"
	BuildSystemCMake  string = "cmake"
	BuildSystemMaven  string = "maven"
	BuildSystemGradle string = "gradle"
	BuildSystemOther  string = "other"
)

Variables

This section is empty.

Functions

func CreateProjectConfig

func CreateProjectConfig(configDir string) (string, error)

CreateProjectConfig creates a new project config in the given directory

func DetermineBuildSystem

func DetermineBuildSystem(projectDir string) (string, error)

func FindAndParseProjectConfig added in v0.5.0

func FindAndParseProjectConfig(opts interface{}) error

func FindConfigDir added in v0.5.0

func FindConfigDir() (string, error)

func ParseProjectConfig

func ParseProjectConfig(configDir string, opts interface{}) error

func ValidateBuildSystem

func ValidateBuildSystem(buildSystem string) error

Types

type Engine

type Engine string
const (
	LIBFUZZER Engine = "libfuzzer"
)

type FuzzTestType

type FuzzTestType string
const (
	CPP  FuzzTestType = "cpp"
	JAVA FuzzTestType = "java"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL