aboutsummaryrefslogtreecommitdiffstats
path: root/tests/README.md
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-07-14 15:05:22 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-07-14 15:13:30 -0700
commite95379489628e846f24f85b4023406ee0f3ea87b (patch)
tree0934d063347c580586fa407298df153cf9234b59 /tests/README.md
parentca648dc879cc68b544ffff34f89921033cb0658f (diff)
downloadvendor_cmsdk-e95379489628e846f24f85b4023406ee0f3ea87b.zip
vendor_cmsdk-e95379489628e846f24f85b4023406ee0f3ea87b.tar.gz
vendor_cmsdk-e95379489628e846f24f85b4023406ee0f3ea87b.tar.bz2
cmsdk: Add CMStatusBarManager and CustomTile.Builder tests.
Change-Id: I9df217cd94d489204f51de220bdf4c0b0b677e15
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..a6e3b0c
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,7 @@
+## CM Platform SDK Tests
+The tests package contains both functional manual tests as well as unit
+tests which can be ran utilizing the InstrumentationTestRunner from android.
+
+To run the tests (on a live device):
+
+ ```adb shell am instrument -w org.cyanogenmod.tests/android.test.InstrumentationTestRunner```