package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Functions

MakeFuzzConfFile creates a temporary file, then outputs WriteFuzzConf of j to it and returns the filepath.
ParseStats parses a statistics set from r into statistics set s.
WriteFuzzConf writes a fuzzer configuration based on j to w.

# Constants

BinC4fC is the name of the c4f C services binary.
BinC4fFuzz is the name of the c4f fuzzer binary.

# Variables

ErrNoBaseRunner occurs if we try to use a Runner that has no Runner.Base set.
ErrStatsetParse occurs when there is a parse error reading a statset.

# Structs

CmdSpec holds all information about the invocation of an c4f command.
DelitmusJob holds information about a single delitmus run.
Header represents a Litmus test header in the form that c4f-c accepts and dumps.
Runner stores information about how to run the core c4f binaries.