aboutsummaryrefslogtreecommitdiffstats
path: root/tests/README.md
blob: 9aebffc8e7076191c45685520115eb2f7e058954 (plain)
1
2
3
4
5
6
7
## Lineage 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.lineageos.tests/android.support.test.runner.AndroidJUnitRunner```