Refactoring test directories.

- Rename Compiler.Common.Tests to Microsoft.DotNet.Compiler.Common.Tests.
- Create the Microsoft.DotNet.Cli.Utils.Tests and move StreamForwarderTests to it.
    - ArgumentForwardingTests will be moved here in the future
- Remove LoadContextTest, since it is old and no longer relevant.

Partial #1250
This commit is contained in:
Eric Erhardt 2016-02-09 16:23:56 -06:00
parent b34dd22ca8
commit 490f4af0d4
10 changed files with 45 additions and 102 deletions

View file

@ -1,6 +1,6 @@
EndToEnd
StreamForwarderTests
dotnet-publish.Tests
dotnet-compile.Tests
dotnet-build.Tests
Compiler.Common.Tests
Microsoft.DotNet.Cli.Utils.Tests
Microsoft.DotNet.Compiler.Common.Tests

1 EndToEnd
StreamForwarderTests
2 dotnet-publish.Tests
3 dotnet-compile.Tests
4 dotnet-build.Tests
5 Compiler.Common.Tests Microsoft.DotNet.Cli.Utils.Tests
6 Microsoft.DotNet.Compiler.Common.Tests