Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: tools-webrtc/ios/tests/common_tests.json

Issue 2697603002: Move iOS tests to XCTest from gtest. (Closed)
Patch Set: fix nits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "tests": [ 2 "tests": [
3 { 3 {
4 "app": "apprtcmobile_tests",
5 "xctest": true
6 },
7 {
4 "app": "audio_decoder_unittests" 8 "app": "audio_decoder_unittests"
5 }, 9 },
6 { 10 {
7 "app": "common_audio_unittests" 11 "app": "common_audio_unittests"
8 }, 12 },
9 { 13 {
10 "app": "common_video_unittests" 14 "app": "common_video_unittests"
11 }, 15 },
12 { 16 {
13 "app": "modules_tests" 17 "app": "modules_tests"
14 }, 18 },
15 { 19 {
16 "app": "rtc_pc_unittests" 20 "app": "rtc_pc_unittests"
17 }, 21 },
18 { 22 {
19 "app": "system_wrappers_unittests" 23 "app": "system_wrappers_unittests"
20 }, 24 },
21 { 25 {
22 "app": "test_support_unittests" 26 "app": "test_support_unittests"
23 }, 27 },
24 { 28 {
25 "app": "voice_engine_unittests" 29 "app": "voice_engine_unittests"
26 } 30 }
27 ] 31 ]
28 } 32 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698