var goodCompilerFlags … var badCompilerFlags … func TestCheckCompilerFlags(t *testing.T) { … } var goodLinkerFlags … var badLinkerFlags … func TestCheckLinkerFlags(t *testing.T) { … } func TestCheckFlagAllowDisallow(t *testing.T) { … } func TestCheckCompilerFlagsForInternalLink(t *testing.T) { … }