diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-08-01 20:39:16 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-08-04 11:30:01 -0700 |
commit | 9d67d8deafe8cf170f9cf9498513bc22a17fc4c7 (patch) | |
tree | 36d3b02d0c762c84bf564a0fc150e5d84f97eab8 | |
parent | d8bbdeae42ce6ae6077e4e5b4b4f4c673acecf57 (diff) |
add HealthCheck tests to run_tests.py
-rwxr-xr-x | tools/run_tests/run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index fa749498d2..b93f584095 100755 --- a/tools/run_tests/run_tests.py +++ b/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' |