aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-13 08:04:23 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-13 08:04:23 -0800
commit1037216ca165a9da963d41af575c55ca1b677311 (patch)
treec78e1f1f6bbcf70c23d0a94be180e0c5ff8b3c03 /test/core/bad_ssl/gen_build_yaml.py
parent40737d67ee93f3c60be1f0ff6486d6f045646312 (diff)
parent54e8f37e537794c2d814c1604c1282125f64f093 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details
Diffstat (limited to 'test/core/bad_ssl/gen_build_yaml.py')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index 30fdb5ea02..6b78e9c7aa 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/test/core/bad_ssl/gen_build_yaml.py
@@ -38,7 +38,7 @@ def main():
'name': 'bad_ssl_test_server',
'build': 'private',
'language': 'c',
- 'src': ['test/core/bad_ssl/server_common.c'],
+ 'src': ['test/core/bad_ssl/server_common.cc'],
'headers': ['test/core/bad_ssl/server_common.h'],
'vs_proj_dir': 'test',
'platforms': ['linux', 'posix', 'mac'],
@@ -56,7 +56,7 @@ def main():
'build': 'test',
'language': 'c',
'run': False,
- 'src': ['test/core/bad_ssl/servers/%s.c' % t],
+ 'src': ['test/core/bad_ssl/servers/%s.cc' % t],
'vs_proj_dir': 'test/bad_ssl',
'platforms': ['linux', 'posix', 'mac'],
'deps': [
@@ -73,7 +73,7 @@ def main():
'cpu_cost': BAD_CLIENT_TESTS[t].cpu_cost,
'build': 'test',
'language': 'c',
- 'src': ['test/core/bad_ssl/bad_ssl_test.c'],
+ 'src': ['test/core/bad_ssl/bad_ssl_test.cc'],
'vs_proj_dir': 'test',
'platforms': ['linux', 'posix', 'mac'],
'deps': [