diff options
author | Omari Stephens <xsdg@android.com> | 2012-01-18 22:36:42 -0800 |
---|---|---|
committer | Omari Stephens <xsdg@android.com> | 2012-02-13 19:01:17 -0800 |
commit | 9f5a511a08c56906edac40230ac97d670d7ad0c6 (patch) | |
tree | bc0e3afb9a88d29d2f2afd440b8a4ced1195e5b6 /tests/SmokeTestApps/README | |
parent | 6ae14555f945a1a0fc04d6acc0131254c9b2c2e2 (diff) | |
download | frameworks_base-9f5a511a08c56906edac40230ac97d670d7ad0c6.zip frameworks_base-9f5a511a08c56906edac40230ac97d670d7ad0c6.tar.gz frameworks_base-9f5a511a08c56906edac40230ac97d670d7ad0c6.tar.bz2 |
Add a method to the smoke test that launches each app
Bug: 5888360
Change-Id: I4a68bc8fef71fd7f89b3a7a997323bfaefadc3eb
Diffstat (limited to 'tests/SmokeTestApps/README')
-rw-r--r-- | tests/SmokeTestApps/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SmokeTestApps/README b/tests/SmokeTestApps/README new file mode 100644 index 0000000..04aa366 --- /dev/null +++ b/tests/SmokeTestApps/README @@ -0,0 +1,3 @@ +The apps in this folder are intentionally bad-behaving apps that are intended +to trigger the smoke tests to fail. They are otherwise not useful. + |