• Home
  • History
  • Annotate
  • only in /frameworks/base/tests/SmokeTest/
NameDateSize

..23-Aug-20164 KiB

Android.mk23-Aug-2016324

AndroidManifest.xml23-Aug-20161.2 KiB

README23-Aug-2016351

src/23-Aug-20164 KiB

tests/23-Aug-20164 KiB

README

1The tests in this folder are a very controlled set of tests that will be run by
2the build system on every single build.  They are intended to run very quickly.
3Please use caution when adding tests here.
4
5If you wish to run these tests, issue the command:
6
7adb shell am instrument \
8  -w com.android.smoketest/.tests.SmokeTestInstrumentationTestRunner
9