From ce46d9be6bba3878a649790a43e2978cdb1d0e87 Mon Sep 17 00:00:00 2001 From: Jeremy Goldman Date: Wed, 21 Oct 2020 02:21:54 +0000 Subject: [PATCH] Update JUnit test readme to include atest command. Test: N/A Change-Id: I4c4521ad8077ce120e415afe2907cc26f63e3206 --- tests/unit/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/README b/tests/unit/README index f5fdea0f5b4..5a85603debe 100644 --- a/tests/unit/README +++ b/tests/unit/README @@ -1,3 +1,11 @@ +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 + +// 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