John Shao | 83d0989 | 2020-01-16 12:51:43 -0800 | [diff] [blame^] | 1 | # Running tests |
2 | |||||
3 | Build and install Contacts.apk | ||||
4 | |||||
5 | Run | ||||
6 | ```shell | ||||
7 | $ atest ContactsTests | ||||
8 | ``` | ||||
9 | |||||
10 | More information can be found at | ||||
11 | https://source.android.com/compatibility/tests/development/atest |