2011-07-07 08:21:25 +00:00
|
|
|
# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'targets': [
|
|
|
|
|
# simple kenny
|
|
|
|
|
{
|
2015-06-10 13:45:08 -07:00
|
|
|
'target_name': 'isac_test',
|
2011-07-07 08:21:25 +00:00
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
2015-06-10 13:45:08 -07:00
|
|
|
'isac',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
'./main/test',
|
|
|
|
|
'./main/interface',
|
|
|
|
|
'./main/util',
|
2013-11-11 10:20:27 +00:00
|
|
|
'<(webrtc_root)',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'sources': [
|
|
|
|
|
'./main/test/simpleKenny.c',
|
|
|
|
|
'./main/util/utility.c',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
# ReleaseTest-API
|
|
|
|
|
{
|
2015-06-10 13:45:08 -07:00
|
|
|
'target_name': 'isac_api_test',
|
2011-07-07 08:21:25 +00:00
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
2015-06-10 13:45:08 -07:00
|
|
|
'isac',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
'./main/test',
|
|
|
|
|
'./main/interface',
|
|
|
|
|
'./main/util',
|
2013-11-11 10:20:27 +00:00
|
|
|
'<(webrtc_root)',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'sources': [
|
|
|
|
|
'./main/test/ReleaseTest-API/ReleaseTest-API.cc',
|
|
|
|
|
'./main/util/utility.c',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
# SwitchingSampRate
|
|
|
|
|
{
|
2015-06-10 13:45:08 -07:00
|
|
|
'target_name': 'isac_switch_samprate_test',
|
2011-07-07 08:21:25 +00:00
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
2015-06-10 13:45:08 -07:00
|
|
|
'isac',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
'./main/test',
|
|
|
|
|
'./main/interface',
|
2011-11-17 08:35:47 +00:00
|
|
|
'../../../../common_audio/signal_processing/include',
|
2011-07-07 08:21:25 +00:00
|
|
|
'./main/util',
|
2013-11-11 10:20:27 +00:00
|
|
|
'<(webrtc_root)',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'sources': [
|
|
|
|
|
'./main/test/SwitchingSampRate/SwitchingSampRate.cc',
|
|
|
|
|
'./main/util/utility.c',
|
2015-06-10 13:45:08 -07:00
|
|
|
],
|
2011-07-07 08:21:25 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
}
|