Documentation
¶
Index ¶
- Constants
- Variables
- func AddBuildFlags(fs *flag.FlagSet)
- func AddBuildModeFlags(fs *flag.FlagSet)
- func AddCmpTestFlags(fs *flag.FlagSet)
- func AddCommonFlags(fs *flag.FlagSet)
- func AddEmbeddedFlags(fs *flag.FlagSet)
- func AddEmulatorFlags(fs *flag.FlagSet)
- func AddOutputFlags(fs *flag.FlagSet)
- func AddTestBinaryFlags(fs *flag.FlagSet)
- func AddTestFlags(fs *flag.FlagSet)
- func UpdateBuildConfig(conf *build.Config) error
- func UpdateConfig(conf *build.Config) error
Constants ¶
View Source
const DefaultTestTimeout = "10m" // Matches Go's default test timeout
Variables ¶
View Source
var ( TestRun string TestBench string TestTimeout string TestShort bool TestCount int TestCPU string TestCover bool TestCoverMode string TestCoverProfile string TestCoverPkg string TestParallel int TestFailfast bool TestJSON bool TestList string TestSkip string TestShuffle string TestFullpath bool TestBenchmem bool TestBenchtime string TestBlockProfileRate int TestCPUProfile string TestMemProfile string TestMemProfileRate int TestBlockProfile string TestMutexProfile string TestMutexProfileFrac int TestTrace string TestOutputDir string TestPaniconexit0 bool TestTestLogFile string TestGoCoverDir string TestFuzzWorker bool TestFuzzCacheDir string TestFuzz string TestFuzzTime string TestFuzzMinimizeTime string )
Test binary flags
View Source
var AbiMode int
View Source
var BaudRate int
View Source
var BuildEnv string
View Source
var BuildMode string
View Source
var CheckLLFiles bool
View Source
var CheckLinkArgs bool
View Source
var CompileOnly bool
View Source
var Emulator bool
View Source
var ForceEspClang bool
View Source
var ForceRebuild bool
View Source
var Gen bool
View Source
var GenLLFiles bool
View Source
var OutBin bool
View Source
var OutHex bool
View Source
var OutImg bool
View Source
var OutUf2 bool
View Source
var OutZip bool
View Source
var OutputFile string
View Source
var Port string
View Source
var PrintCommands bool
View Source
var SizeFormat string
View Source
var SizeLevel string
View Source
var SizeReport bool
View Source
var Tags string
View Source
var Target string
View Source
var Verbose bool
Functions ¶
func AddBuildFlags ¶
func AddBuildModeFlags ¶ added in v0.11.6
func AddCmpTestFlags ¶
func AddCommonFlags ¶ added in v0.11.6
func AddEmbeddedFlags ¶ added in v0.11.6
func AddEmulatorFlags ¶ added in v0.11.6
func AddOutputFlags ¶
func AddTestBinaryFlags ¶ added in v0.11.8
func AddTestFlags ¶ added in v0.11.8
func UpdateBuildConfig ¶ added in v0.11.6
func UpdateConfig ¶ added in v0.11.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.