Moved ostream operators for network units to test.

Added ToString functions in a separate header and move the ostream
operators to a test only header.

Bug: webrtc:8982
Change-Id: If547173aa39bbae2244531e2d3091886f14eae31
Reviewed-on: https://webrtc-review.googlesource.com/65280
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22674}
This commit is contained in:
Sebastian Jansson
2018-03-29 11:01:32 +02:00
committed by Commit Bot
parent 003211c5da
commit 01cb965d34
12 changed files with 133 additions and 49 deletions

View File

@ -48,6 +48,7 @@ if (rtc_include_tests) {
":windowed_filter",
"../../../test:test_support",
"../network_control",
"../network_control:network_control_test",
]
}
}