blob: 9d323573eed8189dc986137ca10fb4eb4e996a6f (
plain)
1
2
3
4
5
6
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.support.test.runner.AndroidJUnitRunner```
|