summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-08 09:46:12 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-08 09:46:12 -0500
commit5f56ac7d473ad0801ae5bef5d038d49a333f656a (patch)
tree532027726d5fcea9782fb86c60155c10e44a65c5 /README.md
parent75dffee44570835716b1435dc8e1116e93ae5094 (diff)
downloadsdl_ios-5f56ac7d473ad0801ae5bef5d038d49a333f656a.tar.gz
Update README with some testing information
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 80ceb4900..d0e34aff3 100644
--- a/README.md
+++ b/README.md
@@ -47,3 +47,12 @@ Tagged to our releases is a dynamic framework file that can be drag-and-dropped
### Reference Documentation
You can find the latest reference documentation on [Cocoadocs](http://cocoadocs.org/docsets/SmartDeviceLink-iOS). Install this documentation to [Dash](http://kapeli.com/dash) or Xcode using [Docs for Xcode](https://documancer.com/xcode/). On the [docs page](http://cocoadocs.org/docsets/SmartDeviceLink-iOS), click the 'share' button in the upper right.
+
+### Running Tests
+To run tests, you will need to bootstrap the Carthage testing libraries. To do so, from the root project directory, run:
+```bash
+cd SmartDeviceLink-iOS
+carthage bootstrap --platform ios
+cd ../
+xctool -project SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj -scheme SmartDeviceLink -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO test
+```