frameworks/base/tests/SmokeTest
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
src/com/android/smoketest android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
tests android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
AndroidManifest.xml android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README android 13 from xiaosuan 2025-08-25 08:17:13 +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