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}
This commit is contained in:
Artem Titov
2018-10-15 15:25:34 +02:00
committed by Commit Bot
parent d2d2ecb4a8
commit 40a7a35eaa
15 changed files with 245 additions and 135 deletions

View File

@ -97,6 +97,7 @@ if (rtc_include_tests) {
"../test:fileutils",
"../test:test_main",
"../test:video_test_common",
"//test:test_support",
"//testing/gtest",
"//third_party/libyuv",
]