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> /// </param>
public static void Main(string[] args) public static void Main(string[] args)
{ {
// RunDecodeJpegProfilingTests(); RunDecodeJpegProfilingTests();
// RunToVector4ProfilingTest(); // RunToVector4ProfilingTest();
RunResizeProfilingTest(); //RunResizeProfilingTest();
Console.ReadLine(); Console.ReadLine();
} }

1
tests/ImageSharp.Tests/TestFile.cs

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

Loading…
Cancel
Save