commit | 7c5d1591bcf492b11d5b6b7c9cb450ef2b36b712 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Mon Oct 31 16:27:38 2022 -0400 |
committer | Liz Kammer <eakammer@google.com> | Mon Dec 05 13:43:29 2022 -0500 |
tree | 7f91c6eb29c084c3478cf20c4728156931ff4119 | |
parent | c03724c442cd4a33ff625f14a98930cdfc53f414 [diff] [blame] |
Make more cc tests parallel Test: go test soong cc tests Change-Id: I5ade33b1579ae46571728e051471147e627a7d38
diff --git a/cc/lto_test.go b/cc/lto_test.go index afd2c77..fbd91be 100644 --- a/cc/lto_test.go +++ b/cc/lto_test.go
@@ -23,6 +23,7 @@ ) func TestThinLtoDeps(t *testing.T) { + t.Parallel() bp := ` cc_library_shared { name: "lto_enabled", @@ -106,6 +107,7 @@ } func TestThinLtoOnlyOnStaticDep(t *testing.T) { + t.Parallel() bp := ` cc_library_shared { name: "root",