summary refs log tree commit diff
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-07-19 22:35:38 -0400
committerOren Novotny <oren@novotny.org>2018-07-19 22:35:38 -0400
commite717fc1d70633582720e20213f8cac1d077cde3b (patch)
tree73719226b45318184a7cbd57716117721761ba9d
parentUpdate build scripts to add code coverage (diff)
downloadBouncyCastle.NET-ed25519-e717fc1d70633582720e20213f8cac1d077cde3b.tar.xz
parallelize tests at fixture level
-rw-r--r--crypto/test/src/AssemblyInfo.cs3
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