diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-30 23:59:04 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-30 23:59:04 +0700 |
commit | b398343ccdd9393d00bd5be976bd93d2f6a68d8d (patch) | |
tree | adc0f6f58db3410ad0d410348e207725461c268a | |
parent | Cleanup (diff) | |
download | BouncyCastle.NET-ed25519-b398343ccdd9393d00bd5be976bd93d2f6a68d8d.tar.xz |
Fix UnitTests resource paths
-rw-r--r-- | crypto/test/UnitTests.csproj | 1 |
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> |