GN target for test_packet_masks_metrics.
NOTRY=True BUG=webrtc:6193 Review-Url: https://codereview.webrtc.org/2229473002 Cr-Commit-Position: refs/heads/master@{#13672}
This commit is contained in:
parent
d046d985f9
commit
03bc3cfb3e
@ -180,3 +180,20 @@ source_set("rtp_rtcp") {
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
if (rtc_include_tests) {
|
||||
executable("test_packet_masks_metrics") {
|
||||
testonly = true
|
||||
|
||||
sources = [
|
||||
"test/testFec/average_residual_loss_xor_codes.h",
|
||||
"test/testFec/test_packet_masks_metrics.cc",
|
||||
]
|
||||
|
||||
deps = [
|
||||
":rtp_rtcp",
|
||||
"//testing/gtest",
|
||||
"//webrtc/test:test_support_main",
|
||||
]
|
||||
} # test_packet_masks_metrics
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user