add more integration tests for the runner

This commit is contained in:
Robert Brignull
2020-09-08 17:10:31 +01:00
parent 506e641669
commit e4b0068a9d
3 changed files with 291 additions and 26 deletions

View File

@@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>multi_language_test</RootNamespace>
<DefaultItemExcludes>$(DefaultItemExcludes);codeql-runner/**</DefaultItemExcludes>
</PropertyGroup>
</Project>