rtc_unittests on Android
BUG=4364 R=pbos@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/42549004 Cr-Commit-Position: refs/heads/master@{#8587} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8587 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -37,6 +37,7 @@ def main():
|
||||
'common_video_unittests',
|
||||
'modules_tests',
|
||||
'modules_unittests',
|
||||
'rtc_unittests',
|
||||
'system_wrappers_unittests',
|
||||
'test_support_unittests',
|
||||
'tools_unittests',
|
||||
@ -58,6 +59,7 @@ def main():
|
||||
'webrtc/common_video/common_video_unittests.isolate',
|
||||
'modules_tests': 'webrtc/modules/modules_tests.isolate',
|
||||
'modules_unittests': 'webrtc/modules/modules_unittests.isolate',
|
||||
'rtc_unittests': 'webrtc/rtc_unittests.isolate',
|
||||
'system_wrappers_unittests':
|
||||
'webrtc/system_wrappers/system_wrappers_unittests.isolate',
|
||||
'test_support_unittests': 'webrtc/test/test_support_unittests.isolate',
|
||||
|
Reference in New Issue
Block a user