platform_frameworks_base/tests/SmokeTest
eightplus 706d7a8aa3 based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
..
src/com/android/smoketest based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
tests based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
Android.bp based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
AndroidManifest.xml based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
README based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00

README

The tests in this folder are a very controlled set of tests that will be run by
the build system on every single build.  They are intended to run very quickly.
Please use caution when adding tests here.

If you wish to run these tests, issue the command:

adb shell am instrument \
  -w com.android.smoketest/.tests.SmokeTestInstrumentationTestRunner