diff options
author | Oren Novotny <oren@novotny.org> | 2018-07-19 22:35:38 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-07-19 22:35:38 -0400 |
commit | e717fc1d70633582720e20213f8cac1d077cde3b (patch) | |
tree | 73719226b45318184a7cbd57716117721761ba9d | |
parent | Update build scripts to add code coverage (diff) | |
download | BouncyCastle.NET-ed25519-e717fc1d70633582720e20213f8cac1d077cde3b.tar.xz |
parallelize tests at fixture level
-rw-r--r-- | crypto/test/src/AssemblyInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/test/src/AssemblyInfo.cs b/crypto/test/src/AssemblyInfo.cs new file mode 100644 index 000000000..9eefc73e7 --- /dev/null +++ b/crypto/test/src/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using NUnit.Framework; + +[assembly: Parallelizable(ParallelScope.Fixtures)] \ No newline at end of file |