Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 25-Jul-2013 | 324 | |
AndroidManifest.xml | 25-Jul-2013 | 1.2K | |
README | 25-Jul-2013 | 351 | |
src/ | 25-Jul-2013 | ||
tests/ | 25-Jul-2013 |
1 The tests in this folder are a very controlled set of tests that will be run by 2 the build system on every single build. They are intended to run very quickly. 3 Please use caution when adding tests here. 4 5 If you wish to run these tests, issue the command: 6 7 adb shell am instrument \ 8 -w com.android.smoketest/.tests.SmokeTestInstrumentationTestRunner 9