diff options
Diffstat (limited to 'android/soongconfig/modules_test.go')
-rw-r--r-- | android/soongconfig/modules_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/soongconfig/modules_test.go b/android/soongconfig/modules_test.go index 419001670..ff4883e64 100644 --- a/android/soongconfig/modules_test.go +++ b/android/soongconfig/modules_test.go @@ -20,6 +20,7 @@ import ( ) func Test_CanonicalizeToProperty(t *testing.T) { + t.Parallel() tests := []struct { name string arg string @@ -66,6 +67,7 @@ func Test_CanonicalizeToProperty(t *testing.T) { } func Test_typeForPropertyFromPropertyStruct(t *testing.T) { + t.Parallel() tests := []struct { name string ps interface{} @@ -186,6 +188,7 @@ func Test_typeForPropertyFromPropertyStruct(t *testing.T) { } func Test_createAffectablePropertiesType(t *testing.T) { + t.Parallel() tests := []struct { name string affectableProperties []string |