Skip to content
Snippets Groups Projects
Commit a09edad0 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

run all the tests for C# extension coverage

parent bdf4b2e5
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,11 @@ export LD_LIBRARY_PATH=$root/libs/$CONFIG ...@@ -49,7 +49,11 @@ export LD_LIBRARY_PATH=$root/libs/$CONFIG
if [ "$CONFIG" = "gcov" ] if [ "$CONFIG" = "gcov" ]
then then
(cd src/csharp; $NUNIT_CONSOLE -labels "Grpc.Core.Tests/bin/$MSBUILD_CONFIG/Grpc.Core.Tests.dll") (cd src/csharp; $NUNIT_CONSOLE -labels \
"Grpc.Core.Tests/bin/$MSBUILD_CONFIG/Grpc.Core.Tests.dll" \
"Grpc.Examples.Tests/bin/$MSBUILD_CONFIG/Grpc.Examples.Tests.dll" \
"Grpc.HealthCheck.Tests/bin/$MSBUILD_CONFIG/Grpc.HealthCheck.Tests.dll" \
"Grpc.IntegrationTesting/bin/$MSBUILD_CONFIG/Grpc.IntegrationTesting.dll")
gcov objs/gcov/src/csharp/ext/*.o gcov objs/gcov/src/csharp/ext/*.o
lcov --base-directory . --directory . -c -o coverage.info lcov --base-directory . --directory . -c -o coverage.info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment