xref: /aosp_15_r20/frameworks/base/tests/SmokeTest/README (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard WorkerThe tests in this folder are a very controlled set of tests that will be run by
2*d57664e9SAndroid Build Coastguard Workerthe build system on every single build.  They are intended to run very quickly.
3*d57664e9SAndroid Build Coastguard WorkerPlease use caution when adding tests here.
4*d57664e9SAndroid Build Coastguard Worker
5*d57664e9SAndroid Build Coastguard WorkerIf you wish to run these tests, issue the command:
6*d57664e9SAndroid Build Coastguard Worker
7*d57664e9SAndroid Build Coastguard Workeradb shell am instrument \
8*d57664e9SAndroid Build Coastguard Worker  -w com.android.smoketest/.tests.SmokeTestInstrumentationTestRunner
9