Replace test_support_main by test_main and get rid of test_support_main_threaded_mac
test_support_main_threaded_mac doesn't seem to be used. It looks like it was last used about a year and a half ago, and was removed in https://webrtc-codereview.appspot.com/55379004 BUG=webrtc:6424 R=kjellander@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2540693002 Cr-Commit-Position: refs/heads/master@{#15332}
This commit is contained in:
@ -1075,7 +1075,7 @@ if (rtc_include_tests) {
|
||||
":neteq",
|
||||
":neteq_unittest_tools",
|
||||
"../../common_audio",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
@ -1173,7 +1173,7 @@ if (rtc_include_tests) {
|
||||
":isac_fix",
|
||||
":webrtc_opus",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"../audio_processing",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -1451,7 +1451,7 @@ if (rtc_include_tests) {
|
||||
":neteq_quality_test_support",
|
||||
":neteq_unittest_tools",
|
||||
":webrtc_opus",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
]
|
||||
@ -1498,7 +1498,7 @@ if (rtc_include_tests) {
|
||||
":neteq_quality_test_support",
|
||||
":neteq_unittest_tools",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
]
|
||||
@ -1515,7 +1515,7 @@ if (rtc_include_tests) {
|
||||
":isac_fix",
|
||||
":neteq",
|
||||
":neteq_quality_test_support",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
]
|
||||
@ -1532,7 +1532,7 @@ if (rtc_include_tests) {
|
||||
":g711",
|
||||
":neteq",
|
||||
":neteq_quality_test_support",
|
||||
"../../test:test_support_main",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
"//third_party/gflags",
|
||||
]
|
||||
@ -1678,8 +1678,8 @@ if (rtc_include_tests) {
|
||||
":webrtc_opus",
|
||||
"../../base:rtc_base_approved",
|
||||
"../../common_audio",
|
||||
"../../test:test_main",
|
||||
"../../test:test_support",
|
||||
"../../test:test_support_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@
|
||||
#include "webrtc/modules/audio_coding/neteq/tools/rtp_generator.h"
|
||||
#include "webrtc/system_wrappers/include/clock.h"
|
||||
#include "webrtc/test/gtest.h"
|
||||
#include "webrtc/test/test_suite.h"
|
||||
#include "webrtc/test/testsupport/fileutils.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
Reference in New Issue
Block a user