summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-10-30 23:59:04 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-10-30 23:59:04 +0700
commitb398343ccdd9393d00bd5be976bd93d2f6a68d8d (patch)
treeadc0f6f58db3410ad0d410348e207725461c268a
parentCleanup (diff)
downloadBouncyCastle.NET-ed25519-b398343ccdd9393d00bd5be976bd93d2f6a68d8d.tar.xz
Fix UnitTests resource paths
-rw-r--r--crypto/test/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index c36ef087a..d8670bb2a 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -26,6 +26,7 @@
     <DebugType>full</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>bin\Release</OutputPath>
+    <DefineConstants>SEPARATE_UNIT_TESTS</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>