diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn index 7cf58edd34..757b920f0d 100644 --- a/webrtc/modules/audio_coding/BUILD.gn +++ b/webrtc/modules/audio_coding/BUILD.gn @@ -1460,4 +1460,21 @@ if (rtc_include_tests) { "//third_party/gflags", ] } + + executable("neteq_pcmu_quality_test") { + testonly = true + + sources = [ + "neteq/test/neteq_pcmu_quality_test.cc", + ] + + deps = [ + ":g711", + ":neteq", + ":neteq_test_support", + "../../test:test_support_main", + "//testing/gtest", + "//third_party/gflags", + ] + } }