aboutsummaryrefslogtreecommitdiff
path: root/common_audio
diff options
context:
space:
mode:
authorArtem Titov <titovartem@webrtc.org>2018-10-15 15:25:34 +0200
committerCommit Bot <commit-bot@chromium.org>2018-10-15 14:13:06 +0000
commit40a7a35eaa90009d47b20066f62d312b42fbdf48 (patch)
tree0e8fd7da90b70475fae2600037994fb31a942013 /common_audio
parentd2d2ecb4a8c5035a49e120851d222ea8de3d6573 (diff)
downloadwebrtc-40a7a35eaa90009d47b20066f62d312b42fbdf48.tar.gz
Extract functionality of test_main into separate library.
Extract functionality of test_main into separate library to be able to reuse it if another main will be required. Bug: webrtc:5996 Change-Id: I2925b4240bd0e4fb884b43bb16667ca2d6216bbd Reviewed-on: https://webrtc-review.googlesource.com/c/105921 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25172}
Diffstat (limited to 'common_audio')
-rw-r--r--common_audio/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index abcfe9ad16..51cb1b0d56 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -389,6 +389,7 @@ if (rtc_include_tests) {
"../system_wrappers:cpu_features_api",
"../test:fileutils",
"../test:test_main",
+ "//test:test_support",
"//testing/gtest",
]