Browse Source

Enable parallel execution on PdbGenerationTestRunner.

pull/1633/head
Siegfried Pammer 6 years ago
parent
commit
582b66d5cd
  1. 2
      ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs

2
ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs

@ -18,7 +18,7 @@ using NUnit.Framework; @@ -18,7 +18,7 @@ using NUnit.Framework;
namespace ICSharpCode.Decompiler.Tests
{
[TestFixture]
[TestFixture, Parallelizable(ParallelScope.All)]
public class PdbGenerationTestRunner
{
static readonly string TestCasePath = Tester.TestCasePath + "/PdbGen";

Loading…
Cancel
Save