android_mt6572_jiabo/frameworks/base/tests/SmokeTest
2025-09-05 16:56:03 +08:00
..
src/com/android/smoketest first commit 2025-09-05 16:56:03 +08:00
tests first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AndroidManifest.xml first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

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