Skip to content

Commit

Permalink
Test.sln.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jul 4, 2017
1 parent e35b276 commit cb8d97a
Show file tree
Hide file tree
Showing 18 changed files with 113 additions and 288 deletions.
236 changes: 6 additions & 230 deletions Test.sln

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion Tests/BoxingTests/BoxingTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="BoxingTestsBoot.Cosmos" />
<None Remove="BoxingTestsBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.BclBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.BclBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.EncryptionBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.EncryptionBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.ExceptionsBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.ExceptionsBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.InterfacesBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.InterfacesBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.LinqTestsBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.LinqTestsBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.MethodTestsBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.MethodTestsBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.SimpleWriteLineBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.SimpleWriteLineBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Compiler.Tests.SingleEchoTestBoot.Cosmos" />
<None Remove="Cosmos.Compiler.Tests.SingleEchoTestBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
8 changes: 1 addition & 7 deletions Tests/Cosmos.Core.Memory.Test/Cosmos.Core.Memory.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
30 changes: 12 additions & 18 deletions Tests/Cosmos.Kernel.Tests.Fat/Cosmos.Kernel.Tests.Fat.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Kernel.Tests.FatBoot.Cosmos" />
</ItemGroup>
<ItemGroup>
<None Remove="Cosmos.Kernel.Tests.FatBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.TestRunner.TestController">
<HintPath>..\..\Build\bin\Cosmos.TestRunner.TestController.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
14 changes: 4 additions & 10 deletions Tests/Cosmos.Kernel.Tests.IO/Cosmos.Kernel.Tests.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,14 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Cosmos.Kernel.Tests.IOBoot.Cosmos" />
<None Remove="Cosmos.Kernel.Tests.IOBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Common\Cosmos.Common.csproj" />
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Cosmos.Debug.Kernel">
<HintPath>..\..\Build\bin\Cosmos.Debug.Kernel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.TestRunner.TestController">
<HintPath>..\..\Build\bin\Cosmos.TestRunner.TestController.dll</HintPath>
</Reference>
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Core_Asm\Cosmos.Core_Asm.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.Core\Cosmos.TestRunner.Core.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
4 changes: 0 additions & 4 deletions Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Core_Asm\Cosmos.Core_Asm.csproj" />
<ProjectReference Include="..\..\source\IL2CPU\IL2CPU.csproj" />
<ProjectReference Include="..\..\Tools\ElfMap2DebugDb\ElfMap2DebugDb.csproj" />
<ProjectReference Include="..\..\Tools\NASM\NASM.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.Core\Cosmos.TestRunner.Core.csproj" />
</ItemGroup>

Expand Down
18 changes: 12 additions & 6 deletions Tests/GraphicTest/GraphicTest.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>

<ItemGroup>
<None Remove="GraphicTestBoot.Cosmos" />
</ItemGroup>
<ItemGroup>
<None Remove="GraphicTestBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="SimpleStructsAndArraysTestBoot.Cosmos" />
<None Remove="SimpleStructsAndArraysTestBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>
8 changes: 7 additions & 1 deletion Tests/VGACompilerCrash/VGACompilerCrash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
</PropertyGroup>

<ItemGroup>
<None Remove="VGACompilerCrashBoot.Cosmos" />
<None Remove="VGACompilerCrashBoot.Cosmos" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj" />
<ProjectReference Include="..\Cosmos.TestRunner.TestController\Cosmos.TestRunner.TestController.csproj" />
</ItemGroup>

</Project>

0 comments on commit cb8d97a

Please sign in to comment.