video coding: updating offline tests.

Additional clean-up to the offline test: Placing test callbacks in a designated file. 
Review URL: http://webrtc-codereview.appspot.com/167002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@642 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@webrtc.org
2011-09-23 16:41:11 +00:00
parent 496ef8aca8
commit 105ff39dec
14 changed files with 820 additions and 752 deletions

View File

@@ -58,6 +58,7 @@
'../test/receiver_tests.h',
'../test/release_test.h',
'../test/rtp_player.h',
'../test/test_callbacks.h',
'../test/test_util.h',
'../test/video_source.h',
@@ -73,6 +74,7 @@
'../test/quality_modes_test.cc',
'../test/receiver_timing_tests.cc',
'../test/rtp_player.cc',
'../test/test_callbacks.cc',
'../test/test_util.cc',
'../test/tester_main.cc',
'../test/video_rtp_play_mt.cc',