Make more cc tests parallel

Test: go test soong cc tests
Change-Id: I5ade33b1579ae46571728e051471147e627a7d38
This commit is contained in:
Liz Kammer
2022-10-31 16:27:38 -04:00
parent c03724c442
commit 7c5d1591bc
7 changed files with 88 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ import (
)
func TestThinLtoDeps(t *testing.T) {
t.Parallel()
bp := `
cc_library_shared {
name: "lto_enabled",
@@ -106,6 +107,7 @@ func TestThinLtoDeps(t *testing.T) {
}
func TestThinLtoOnlyOnStaticDep(t *testing.T) {
t.Parallel()
bp := `
cc_library_shared {
name: "root",