5ae3dfe59d
Also creates a special TestRunner which runs one app per testcase. Note that running the smoke tests with android.test.InstrumentationTestRunner will /also/ work, but will run all of the launchable activites in a single testcase called testRunAllActivities. Bug: 6128185 Change-Id: Iffedff7e6105bbca614778a4d294d3be421f19d6
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