summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-10-18 11:37:46 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2015-10-18 11:37:46 -0400
commit9108ef34bceef174f96e72a863ab80883c43f1da (patch)
tree8ddf010ecaf523f55de118091262dacdca4efa1f /crypto/test
parentMerge branch 'master' into vs2010 (diff)
downloadBouncyCastle.NET-ed25519-9108ef34bceef174f96e72a863ab80883c43f1da.tar.xz
Updated Visual Studio 2010 project files
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/UnitTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 4a562a01a..3ef8c4db6 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -138,6 +138,10 @@
     <Compile Include="src\crypto\examples\DESExample.cs" />
     <Compile Include="src\crypto\io\test\AllTests.cs" />
     <Compile Include="src\crypto\io\test\CipherStreamTest.cs" />
+    <Compile Include="src\crypto\agreement\test\AllTests.cs" />
+    <Compile Include="src\crypto\agreement\test\JPakeParticipantTest.cs" />
+    <Compile Include="src\crypto\agreement\test\JPakePrimeOrderGroupTest.cs" />
+    <Compile Include="src\crypto\agreement\test\JPakeUtilitiesTest.cs" />
     <Compile Include="src\crypto\test\AeadTestUtilities.cs" />
     <Compile Include="src\crypto\test\AESFastTest.cs" />
     <Compile Include="src\crypto\test\AESLightTest.cs" />