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

# Packages

Package compiler contains a test-plan batch compiler.
Package forward describes the JSON-based protocol used to 'forward' messages and errors from a machine node to its invoker, potentially over SSH.
Package interpreter contains the recipe interpreter for the machine node.
Package observer contains interfaces and types for machine node observers.
Package runner contains the part of c4t that runs compiled test binaries and interprets their output.

# Functions

ForwardTo tells the machine node to observe with, and forward errors to, fwd.
No description provided by the author
Options applies each option in opts in turn.
OutputDir sets the output directory for both compiler and runner to path.
OverrideQuantities overrides the compiler and runner quantities with qs.
WithCompilerOptions adds opts to the set of options used to configure the compiler.
WithRunnerOptions adds opts to the set of options used to configure the runner.

# Structs

Mach encapsulates the state needed for the machine-dependent stage.

# Type aliases

Option is the type of functional options.