Made all integration tests use consistent naming.

After decision by pbos@, mflodman@ et. al.

BUG=
R=kjellander@webrtc.org, mflodman@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4565 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2013-08-19 11:40:19 +00:00
parent f3bf5e02c8
commit 32fe90b3f9
9 changed files with 12 additions and 12 deletions

View File

@ -75,14 +75,14 @@
], ],
}, },
{ {
'target_name': 'modules_integrationtests_apk', 'target_name': 'modules_tests_apk',
'type': 'none', 'type': 'none',
'variables': { 'variables': {
'test_suite_name': 'modules_integrationtests', 'test_suite_name': 'modules_tests',
'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)modules_integrationtests<(SHARED_LIB_SUFFIX)', 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)modules_tests<(SHARED_LIB_SUFFIX)',
}, },
'dependencies': [ 'dependencies': [
'<(webrtc_root)/modules/modules.gyp:modules_integrationtests', '<(webrtc_root)/modules/modules.gyp:modules_tests',
], ],
'includes': [ 'includes': [
'../../../build/apk_test.gypi', '../../../build/apk_test.gypi',

View File

@ -26,7 +26,7 @@
'type': 'none', 'type': 'none',
}, },
{ {
'target_name': 'modules_integrationtests_apk', 'target_name': 'modules_tests_apk',
'type': 'none', 'type': 'none',
}, },
{ {

View File

@ -187,7 +187,7 @@
['include_tests==1', { ['include_tests==1', {
'targets': [ 'targets': [
{ {
'target_name': 'audio_device_integrationtests', 'target_name': 'audio_device_tests',
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'audio_device', 'audio_device',

View File

@ -257,7 +257,7 @@
], ],
}, },
{ {
'target_name': 'modules_integrationtests', 'target_name': 'modules_tests',
'type': '<(gtest_target_type)', 'type': '<(gtest_target_type)',
'dependencies': [ 'dependencies': [
'audio_coding_module', 'audio_coding_module',
@ -326,10 +326,10 @@
], ],
}, },
{ {
'target_name': 'modules_integrationtests_apk_target', 'target_name': 'modules_tests_apk_target',
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [
'<(apk_tests_path):modules_integrationtests_apk', '<(apk_tests_path):modules_tests_apk',
], ],
}, },
], ],

View File

@ -136,7 +136,7 @@
['include_tests==1', { ['include_tests==1', {
'targets': [ 'targets': [
{ {
'target_name': 'video_capture_integrationtests', 'target_name': 'video_capture_tests',
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'video_capture_module', 'video_capture_module',

View File

@ -160,7 +160,7 @@
['include_tests==1', { ['include_tests==1', {
'targets': [ 'targets': [
{ {
'target_name': 'video_render_integrationtests', 'target_name': 'video_render_tests',
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'video_render_module', 'video_render_module',

View File

@ -126,7 +126,7 @@
], ],
}, },
{ {
'target_name': 'video_full_stack', 'target_name': 'video_full_stack_tests',
'type': 'executable', 'type': 'executable',
'sources': [ 'sources': [
'full_stack.cc', 'full_stack.cc',