Renamed all _test.cc files to _unittest.cc, to conform to convention

for webrtc.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/560004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2172 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
hta@webrtc.org 2012-05-04 08:13:57 +00:00
parent 8b6f749b0a
commit b6f2417f37
8 changed files with 7 additions and 7 deletions

View File

@ -31,13 +31,13 @@
'rtp_format_vp8_test_helper.cc',
'rtp_format_vp8_test_helper.h',
'rtcp_format_remb_unittest.cc',
'rtp_packet_history_test.cc',
'rtp_utility_test.cc',
'rtp_header_extension_test.cc',
'rtp_sender_test.cc',
'rtcp_sender_test.cc',
'rtcp_receiver_test.cc',
'transmission_bucket_test.cc',
'rtp_packet_history_unittest.cc',
'rtp_utility_unittest.cc',
'rtp_header_extension_unittest.cc',
'rtp_sender_unittest.cc',
'rtcp_sender_unittest.cc',
'rtcp_receiver_unittest.cc',
'transmission_bucket_unittest.cc',
'vp8_partition_aggregator_unittest.cc',
],
},