aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-31 15:46:10 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-06 15:02:21 -0700
commit703c042ec00f1bef0b7e1e62276fe8b7fb36391a (patch)
tree07890966778657e46c7699123a3ed30d6c41da7b /src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
parent5858441a2cbca00b711957b3763b958ea4e43f4f (diff)
serverside shutdown hook test
Diffstat (limited to 'src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj')
-rw-r--r--src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
index 905e1e7f7e..0a1e8a6938 100644
--- a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
+++ b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
@@ -87,6 +87,7 @@
<Compile Include="Internal\FakeNativeCall.cs" />
<Compile Include="Internal\AsyncCallServerTest.cs" />
<Compile Include="ShutdownHookTest.cs" />
+ <Compile Include="ShutdownHookServerTest.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>