diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-09-22 15:20:09 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-09-22 15:20:09 +0700 |
commit | 68dcbebe8966c5ff3a82ebcfce58b798039b8bbb (patch) | |
tree | 1d70320573277d16f6bffce461e63e2301fbfb49 /crypto/crypto.csproj | |
parent | Restore old project file format (diff) | |
download | BouncyCastle.NET-ed25519-68dcbebe8966c5ff3a82ebcfce58b798039b8bbb.tar.xz |
Restore new tests
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 442fda26d..f562cf91d 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -13714,6 +13714,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\io\test\PemReaderTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\crypto\prng\test\CtrDrbgTest.cs" SubType = "Code" BuildAction = "Compile" @@ -15174,6 +15179,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\GcmSivTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\GOST28147Test.cs" SubType = "Code" BuildAction = "Compile" @@ -15224,6 +15234,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\ParallelHashTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\PBETest.cs" SubType = "Code" BuildAction = "Compile" @@ -15284,11 +15299,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\test\SP80038GTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\TestUtilities.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "test\src\test\TupleHashTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\test\WrapTest.cs" SubType = "Code" BuildAction = "Compile" |