Make more cc tests parallel
Test: go test soong cc tests Change-Id: I5ade33b1579ae46571728e051471147e627a7d38
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
)
|
||||
|
||||
func TestCcBinaryWithBazel(t *testing.T) {
|
||||
t.Parallel()
|
||||
bp := `
|
||||
cc_binary {
|
||||
name: "foo",
|
||||
@@ -55,6 +56,7 @@ cc_binary {
|
||||
}
|
||||
|
||||
func TestBinaryLinkerScripts(t *testing.T) {
|
||||
t.Parallel()
|
||||
result := PrepareForIntegrationTestWithCc.RunTestWithBp(t, `
|
||||
cc_binary {
|
||||
name: "foo",
|
||||
|
Reference in New Issue
Block a user