Add missing tests to the default target.
Bug: webrtc:11411 Change-Id: Ie73ed767f4631a68734cd78e8a4e2da40959c28d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/253381 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36129}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
8afdfdc728
commit
251eca20a5
9
BUILD.gn
9
BUILD.gn
@ -81,6 +81,13 @@ if (!build_with_chromium) {
|
||||
# see bugs.webrtc.org/11027#c5.
|
||||
deps += [ ":webrtc_lib_link_test" ]
|
||||
}
|
||||
if (is_ios) {
|
||||
deps += [
|
||||
"examples:apprtcmobile_tests",
|
||||
"sdk:sdk_framework_unittests",
|
||||
"sdk:sdk_unittests",
|
||||
]
|
||||
}
|
||||
if (is_android) {
|
||||
deps += [
|
||||
"examples:android_examples_junit_tests",
|
||||
@ -92,7 +99,7 @@ if (!build_with_chromium) {
|
||||
}
|
||||
if (rtc_enable_protobuf) {
|
||||
deps += [
|
||||
"audio:low_bandwidth_audio_test",
|
||||
"audio:low_bandwidth_audio_perf_test",
|
||||
"logging:rtc_event_log_rtp_dump",
|
||||
"tools_webrtc/perf:webrtc_dashboard_upload",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user