2015-07-14 22:05:22 +00:00
|
|
|
## 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):
|
|
|
|
|
2016-02-05 00:39:43 +00:00
|
|
|
```adb shell am instrument -w org.cyanogenmod.tests/android.support.test.runner.AndroidJUnitRunner```
|