Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit fbc5355

Browse files
committed
Enable unit tests (#70)
* Re-enable ffmpeg build with msvc * Enable unit tests
1 parent 359c728 commit fbc5355

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

call/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ if (rtc_include_tests) {
449449
"../test/time_controller:time_controller",
450450
"../video",
451451
"adaptation:resource_adaptation_test_utilities",
452-
"//test/scenario:scenario",
452+
"../test/scenario:scenario",
453453
"//testing/gmock",
454454
"//testing/gtest",
455455
]

test/network/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ rtc_library("cross_traffic_unittest") {
120120
"../../rtc_base",
121121
"../../rtc_base:logging",
122122
"../../rtc_base:rtc_event",
123-
"//test/time_controller:time_controller",
123+
"../../test/time_controller:time_controller",
124124
]
125125
absl_deps = [ "//third_party/abseil-cpp/absl/memory" ]
126126
}

video/adaptation/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if (rtc_include_tests) {
9494
"../../rtc_base:rtc_task_queue",
9595
"../../rtc_base:task_queue_for_test",
9696
"../../test:field_trial",
97-
"//test:rtc_expect_death",
98-
"//test:test_support",
97+
"../../test:rtc_expect_death",
98+
"../../test:test_support",
9999
"//testing/gtest",
100100
]
101101
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]

0 commit comments

Comments
 (0)