add HealthCheck tests to run_tests.py

pull/2756/head
Jan Tattermusch 10 years ago
parent d8bbdeae42
commit 9d67d8deaf
  1. 1
      tools/run_tests/run_tests.py

@ -254,6 +254,7 @@ class CSharpLanguage(object):
def test_specs(self, config, travis):
assemblies = ['Grpc.Core.Tests',
'Grpc.Examples.Tests',
'Grpc.HealthCheck.Tests',
'Grpc.IntegrationTesting']
if self.platform == 'windows':
cmd = 'tools\\run_tests\\run_csharp.bat'

Loading…
Cancel
Save