Browse Source

fixed Sandbox46 execution

af/merge-core
Anton Firszov 9 years ago
parent
commit
0478756863
  1. 4
      tests/ImageSharp.Sandbox46/Program.cs
  2. 1
      tests/ImageSharp.Tests/TestFile.cs

4
tests/ImageSharp.Sandbox46/Program.cs

@ -39,10 +39,10 @@ namespace ImageSharp.Sandbox46
/// </param>
public static void Main(string[] args)
{
// RunDecodeJpegProfilingTests();
RunDecodeJpegProfilingTests();
// RunToVector4ProfilingTest();
RunResizeProfilingTest();
//RunResizeProfilingTest();
Console.ReadLine();
}

1
tests/ImageSharp.Tests/TestFile.cs

@ -162,6 +162,7 @@ namespace ImageSharp.Tests
"TestImages/Formats/", // Here for code coverage tests.
"tests/ImageSharp.Tests/TestImages/Formats/", // From travis/build script
"../../../../../ImageSharp.Tests/TestImages/Formats/", // From Sandbox46
"../ImageSharp.Tests/TestImages/Formats/", // From Sandbox46 Program.cs
"../../../../TestImages/Formats/",
"../../../TestImages/Formats/"
};

Loading…
Cancel
Save