Refactor rtc_unittests into several targets.

Also fix some warnings.

NOTRY=True
BUG=webrtc:6954

Review-Url: https://codereview.webrtc.org/2611663002
Cr-Commit-Position: refs/heads/master@{#15900}
This commit is contained in:
ehmaldonado
2017-01-04 07:11:23 -08:00
committed by Commit bot
parent fd58b61068
commit da8dcfb43e
14 changed files with 309 additions and 190 deletions

View File

@ -160,7 +160,7 @@ TEST(AVFormatMapperTest, SuportedCricketFormats) {
webrtc::GetSupportedVideoFormatsForDevice(mockDevice);
// then
EXPECT_EQ(1, result.size());
EXPECT_EQ(1u, result.size());
// make sure the set has the expected format
EXPECT_EQ(expectedFormat, *result.begin());