Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f089602 authored by Songchun Fan's avatar Songchun Fan
Browse files

[Settings] add readable tests to presubmit

This will enforce the readable tests for changes made to Settings.java.

Test: atest
BUG: 183530680
Change-Id: Ie91350b29c10868cecd2c2fe4eba378278b3cb23
parent f5386796
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -19,6 +19,14 @@
        },
        {
            "name": "SettingsProviderTest"
        },
        {
            "name": "CtsAppSecurityHostTestCases",
            "options": [
                {
                    "include-filter": "android.appsecurity.cts.ReadableSettingsFieldsTest"
                }
            ]
        }
    ]
}