Enable running unit tests in parallel
not that it has a noticeable effect, I'm really just leaving this here so I don't forget later
This commit is contained in:
parent
1c33e2bad8
commit
d8ba3d2448
|
@ -2,6 +2,10 @@ using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||||
|
|
||||||
|
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
|
||||||
|
|
||||||
namespace BizHawk.Tests
|
namespace BizHawk.Tests
|
||||||
{
|
{
|
||||||
public static class EmbeddedData
|
public static class EmbeddedData
|
||||||
|
|
Loading…
Reference in New Issue