Add asyncstuntcpsocket_unittest.cc to rtc_unittests

asyncstuntcpsocket_unittest.cc never seem to have been added
along with the other tests in webrtc/p2p. Luckily the tests pass.

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2404173002
Cr-Commit-Position: refs/heads/master@{#14632}
This commit is contained in:
kjellander 2016-10-13 06:35:45 -07:00 committed by Commit bot
parent 982bf89444
commit 3283cf917b

View File

@ -414,6 +414,7 @@ if (rtc_include_tests) {
# TODO(ronghuawu): Reenable this test.
# "windowpicker_unittest.cc",
"p2p/base/asyncstuntcpsocket_unittest.cc",
"p2p/base/dtlstransportchannel_unittest.cc",
"p2p/base/fakeportallocator.h",
"p2p/base/faketransportcontroller.h",