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

Commit daaed2b

Browse files
authored
Enable unit tests (#70)
* Re-enable ffmpeg build with msvc * Enable unit tests
1 parent 6dd1823 commit daaed2b

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
@@ -435,7 +435,7 @@ if (rtc_include_tests) {
435435
"../test:video_test_common",
436436
"../test/time_controller:time_controller",
437437
"../video",
438-
"//test/scenario:scenario",
438+
"../test/scenario:scenario",
439439
"//testing/gmock",
440440
"//testing/gtest",
441441
"//third_party/abseil-cpp/absl/container:inlined_vector",

test/network/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ rtc_library("cross_traffic_unittest") {
113113
"../../rtc_base",
114114
"../../rtc_base:logging",
115115
"../../rtc_base:rtc_event",
116-
"//test/time_controller:time_controller",
116+
"../../test/time_controller:time_controller",
117117
"//third_party/abseil-cpp/absl/memory",
118118
]
119119
}

video/adaptation/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ if (rtc_include_tests) {
7979
"../../rtc_base:rtc_numerics",
8080
"../../rtc_base:task_queue_for_test",
8181
"../../test:field_trial",
82-
"//test:rtc_expect_death",
83-
"//test:test_support",
82+
"../../test:rtc_expect_death",
83+
"../../test:test_support",
8484
"//testing/gtest",
8585
"//third_party/abseil-cpp/absl/types:optional",
8686
]

0 commit comments

Comments
 (0)