aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authortkchin@webrtc.org <tkchin@webrtc.org>2015-01-06 07:21:34 +0000
committertkchin@webrtc.org <tkchin@webrtc.org>2015-01-06 07:21:34 +0000
commit3a63a3c35d93616606c23d27583b83a198b94a3e (patch)
tree430e729fd2ba06ab4a315bc6d8cafe605d80d22f /setup_links.py
parent4796cb93dc80f7921a1724e5da87a1bbb0fc3717 (diff)
downloadwebrtc-3a63a3c35d93616606c23d27583b83a198b94a3e.tar.gz
iOS AppRTC: First unit test.
Tests basic session ICE connection by stubbing out network components, which have been refactored to faciliate testing. BUG=3994 R=jiayl@webrtc.org, kjellander@webrtc.org, phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/28349004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8002 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_links.py b/setup_links.py
index 0dd453c948..58912702c8 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -55,6 +55,7 @@ DIRECTORIES = [
'third_party/libyuv',
'third_party/llvm-build',
'third_party/nss',
+ 'third_party/ocmock',
'third_party/openmax_dl',
'third_party/opus',
'third_party/protobuf',