Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 5938d6cb65e1c0f596916f47acdd984d17229814..6aa3f71d2800b7516c05e71f6535032df50a87a2 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1443,4 +1443,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", |
+ ] |
+ } |
} |