aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/tests.json
diff options
context:
space:
mode:
authorGravatar kkm <kkm@smartaction.com>2018-10-07 00:39:02 -0700
committerGravatar kkm <kkm@smartaction.com>2018-10-07 03:09:54 -0700
commita844323c7e96d7a525b963769c2a8e7db5ea4b61 (patch)
treeecbd11692d26f99c3ce7a65fe35e6a12b59ce723 /src/csharp/tests.json
parent51e41ae7d5f513d948a4b38fdb0914f8f1bf4773 (diff)
Rename test classes *Test; UWYU in Tools.Test project
Diffstat (limited to 'src/csharp/tests.json')
-rw-r--r--src/csharp/tests.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/csharp/tests.json b/src/csharp/tests.json
index 761308b33f..760776f9e7 100644
--- a/src/csharp/tests.json
+++ b/src/csharp/tests.json
@@ -66,13 +66,13 @@
"Grpc.Reflection.Tests.SymbolRegistryTest"
],
"Grpc.Tools.Tests": [
- "Grpc.Tools.Tests.CppGeneratorTests",
- "Grpc.Tools.Tests.CSharpGeneratorTests",
- "Grpc.Tools.Tests.DepFileUtilTests",
- "Grpc.Tools.Tests.GeneratorTests",
- "Grpc.Tools.Tests.ProtoCompileBasicTests",
- "Grpc.Tools.Tests.ProtoCompileCommandLineGeneratorTests",
- "Grpc.Tools.Tests.ProtoCompileCommandLinePrinterTests",
- "Grpc.Tools.Tests.ProtoToolsPlatformTaskTests"
+ "Grpc.Tools.Tests.CppGeneratorTest",
+ "Grpc.Tools.Tests.CSharpGeneratorTest",
+ "Grpc.Tools.Tests.DepFileUtilTest",
+ "Grpc.Tools.Tests.GeneratorTest",
+ "Grpc.Tools.Tests.ProtoCompileBasicTest",
+ "Grpc.Tools.Tests.ProtoCompileCommandLineGeneratorTest",
+ "Grpc.Tools.Tests.ProtoCompileCommandLinePrinterTest",
+ "Grpc.Tools.Tests.ProtoToolsPlatformTaskTest"
]
}