aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'compileopts/config.go')
-rw-r--r--compileopts/config.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/compileopts/config.go b/compileopts/config.go
index bfb02f1b7..86f35fa99 100644
--- a/compileopts/config.go
+++ b/compileopts/config.go
@@ -541,7 +541,14 @@ func (c *Config) Emulator(format, binary string) ([]string, error) {
type TestConfig struct {
CompileTestBinary bool
- // TODO: Filter the test functions to run, include verbose flag, etc
+ CompileOnly bool
+ Verbose bool
+ Short bool
+ RunRegexp string
+ Count int
+ BenchRegexp string
+ BenchTime string
+ BenchMem bool
}
// filterTags removes predefined build tags for a target if a conflicting option