Splitting out video_coding_test executable again.
This CL undoes the merge of the developer test tool and the gtest tests that was merged in https://code.google.com/p/webrtc/source/detail?r=3176 Doing that, we get a pure gtest executable of video_coding_integrationtests which can run properly on the bots. BUG=none TEST=Trybots passing + local execution on Linux with: out/Debug/video_coding_integrationtests --gtest_print_time (to ensure it will be possible to run with runtest.py) Review URL: https://webrtc-codereview.appspot.com/1171007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3638 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -7,12 +7,12 @@
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
{
|
||||
'targets': [{
|
||||
'target_name': 'video_coding_integrationtests',
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'video_coding_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'rtp_rtcp',
|
||||
'video_codecs_test_framework',
|
||||
'video_processing',
|
||||
'webrtc_video_coding',
|
||||
'webrtc_utility',
|
||||
@ -63,9 +63,22 @@
|
||||
'../test/video_rtp_play_mt.cc',
|
||||
'../test/video_rtp_play.cc',
|
||||
'../test/video_source.cc',
|
||||
'../../codecs/test/videoprocessor_integrationtest.cc',
|
||||
], # sources
|
||||
},
|
||||
{
|
||||
'target_name': 'video_coding_integrationtests',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'video_codecs_test_framework',
|
||||
'webrtc_video_coding',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||
'<(webrtc_root)/test/metrics.gyp:metrics',
|
||||
],
|
||||
'sources': [
|
||||
'../../codecs/test/videoprocessor_integrationtest.cc',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'video_coding_unittests',
|
||||
'type': 'executable',
|
||||
|
||||
Reference in New Issue
Block a user