Skip to content

Commit

Permalink
Move MachO tests to Melanzana.CodeSign.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschuster committed Oct 4, 2024
1 parent 2c0d270 commit 4afc329
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 44 deletions.
19 changes: 0 additions & 19 deletions src/installer/Microsoft.DotNet.CoreSetup.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DDD740C6
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Melanzana.CodeSign.Tests", "tests\Melanzana.CodeSign.Tests\Melanzana.CodeSign.Tests.csproj", "{C0790B96-7FB8-4B9F-B8D7-AD1C9F585A1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Melanzana.MachO.Tests", "tests\Melanzana.MachO.Tests\Melanzana.MachO.Tests.csproj", "{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -189,22 +187,6 @@ Global
{C0790B96-7FB8-4B9F-B8D7-AD1C9F585A1B}.RelWithDebInfo|Any CPU.Build.0 = Debug|Any CPU
{C0790B96-7FB8-4B9F-B8D7-AD1C9F585A1B}.RelWithDebInfo|x64.ActiveCfg = Debug|Any CPU
{C0790B96-7FB8-4B9F-B8D7-AD1C9F585A1B}.RelWithDebInfo|x64.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Debug|x64.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Debug|x64.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.MinSizeRel|Any CPU.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.MinSizeRel|Any CPU.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.MinSizeRel|x64.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.MinSizeRel|x64.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Release|Any CPU.Build.0 = Release|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Release|x64.ActiveCfg = Release|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.Release|x64.Build.0 = Release|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.RelWithDebInfo|Any CPU.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.RelWithDebInfo|Any CPU.Build.0 = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.RelWithDebInfo|x64.ActiveCfg = Debug|Any CPU
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F}.RelWithDebInfo|x64.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -216,6 +198,5 @@ Global
{51193AE2-50BE-4899-9068-AA8E9C2A9C7D} = {9D78613B-C4A1-43C6-8BF1-6F91AA1627B6}
{5ED844D4-DDEA-4801-B274-21CEC28C9C83} = {9D78613B-C4A1-43C6-8BF1-6F91AA1627B6}
{C0790B96-7FB8-4B9F-B8D7-AD1C9F585A1B} = {DDD740C6-C716-45A7-99C5-4F8B2F2D77A5}
{4407B895-F3E2-40BD-9B9B-9CB3C98B860F} = {DDD740C6-C716-45A7-99C5-4F8B2F2D77A5}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;$(NetCurrent)</TargetFrameworks>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);;</NoWarn>

<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)/GeneratedFiles</CompilerGeneratedFilesOutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
Binary file modified src/installer/tests/Melanzana.CodeSign.Tests/Data/a.out
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- <TargetFramework>net6.0</TargetFramework> -->
<TargetFramework>$(TestInfraTargetFramework)</TargetFramework>
<Nullable>enable</Nullable>

<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<NoWarn>NU1605;NU1604;$(NoWarn)</NoWarn>
</PropertyGroup>
Expand Down
Binary file removed src/installer/tests/Melanzana.MachO.Tests/Data/a.out
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<ProjectReference Include="..\TestUtils\TestUtils.csproj" />
<ProjectReference Include="..\..\managed\Microsoft.NET.HostModel\Microsoft.NET.HostModel.csproj" />
<ProjectReference Include="..\Melanzana.MachO.Tests\Melanzana.MachO.Tests.csproj" />
<ProjectReference Include="..\Melanzana.CodeSign.Tests\Melanzana.CodeSign.Tests.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4afc329

Please sign in to comment.