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/afdo_test.go b/cc/afdo_test.go index fe3392a..8edf729 100644 --- a/cc/afdo_test.go +++ b/cc/afdo_test.go
@@ -38,6 +38,7 @@ } func TestAfdoDeps(t *testing.T) { + t.Parallel() bp := ` cc_library_shared { name: "libTest", @@ -93,6 +94,7 @@ } func TestAfdoEnabledOnStaticDepNoAfdo(t *testing.T) { + t.Parallel() bp := ` cc_library_shared { name: "libTest",