diff --git a/Source/GoakeTestsTarget.Build.cs b/Source/GoakeTestsTarget.Build.cs index 3845202..66b4fe7 100644 --- a/Source/GoakeTestsTarget.Build.cs +++ b/Source/GoakeTestsTarget.Build.cs @@ -26,6 +26,7 @@ public class GoakeTestsTarget : Target TargetConfiguration.Debug, TargetConfiguration.Release, };*/ + Modules.Add("Game"); CustomExternalProjectFilePath = System.IO.Path.Combine("Tests/GoakeTests.csproj"); } diff --git a/Tests/GoakeTests.csproj b/Tests/GoakeTests.csproj index e2a742e..cca51d1 100644 --- a/Tests/GoakeTests.csproj +++ b/Tests/GoakeTests.csproj @@ -4,7 +4,25 @@ false - net452;net462;net472;net48;net5.0;net5.0-windows;net6.0 + net48;net5.0;net5.0-windows;net6.0;net6.0-windows + + False + + + + 5 + + + + 5 + + + + 4 + + + + 4 diff --git a/Tests/MapParser/MapParserTests.cs b/Tests/MapParser/MapParserTests.cs index ca42bab..bdf3764 100644 --- a/Tests/MapParser/MapParserTests.cs +++ b/Tests/MapParser/MapParserTests.cs @@ -21,7 +21,7 @@ namespace GoakeTests.MapParser { dm4Bytes = File.ReadAllBytes(@"C:\dev\GoakeFlax\Assets\Maps\dm4.map"); - aerowalkBytes = File.ReadAllBytes(@"C:\dev\Goake\maps\aerowalk\aerowalk.map"); + aerowalkBytes = File.ReadAllBytes(@"C:\dev\GoakeFlax\Assets\Maps\aerowalk.map"); aerowalkRoot = Game.MapParser.Parse(aerowalkBytes); q1mapBytes = File.ReadAllBytes(@"C:\dev\GoakeFlax\Assets\Maps\cube_q1.map");