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

Commit ce46d9be authored by Jeremy Goldman's avatar Jeremy Goldman
Browse files

Update JUnit test readme to include atest command.

Test: N/A
Change-Id: I4c4521ad8077ce120e415afe2907cc26f63e3206
parent 7eac5242
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
The simplest way to run all SettingsUnitTests is with atest
$ atest SettingsUnitTests

A single class can also be tested with the following command
$ atest -c <YourClassName>

// The following instrutions show how to run the test suite using make + adb //

To build the tests you can use the following command at the root of your android source tree
$ make SettingsUnitTests