Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
Cmd []string `json:"cmd"`
Env []string `json:"env"`
SkipSDE bool `json:"skip_sde"`
SkipValgrind bool `json:"skip_valgrind"`
ValgrindSupp []string `json:"valgrind_supp"`
ValgrindFilter string `json:"valgrind_filter"`
TargetArch string `json:"target_arch"`
Shard bool `json:"shard"`
}
func ParseTestConfig ¶
Click to show internal directories.
Click to hide internal directories.