summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 8023884bb..eca33fae5 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>
@@ -84,6 +85,7 @@
     <Compile Include="src\asn1\test\Iso4217CurrencyCodeUnitTest.cs" />
     <Compile Include="src\asn1\test\IssuingDistributionPointTest.cs" />
     <Compile Include="src\asn1\test\KeyUsageTest.cs" />
+    <Compile Include="src\asn1\test\KMacParamsTest.cs" />
     <Compile Include="src\asn1\test\LDSSecurityObjectUnitTest.cs" />
     <Compile Include="src\asn1\test\LinkedCertificateTest.cs" />
     <Compile Include="src\asn1\test\MiscTest.cs" />
@@ -171,6 +173,7 @@
     <Compile Include="src\crypto\test\ChaCha20Poly1305Test.cs" />
     <Compile Include="src\crypto\test\ChaChaTest.cs" />
     <Compile Include="src\crypto\test\CMacTest.cs" />
+    <Compile Include="src\crypto\test\CSHAKETest.cs" />
     <Compile Include="src\crypto\test\CTSTest.cs" />
     <Compile Include="src\crypto\test\CamelliaLightTest.cs" />
     <Compile Include="src\crypto\test\CamelliaTest.cs" />
@@ -216,6 +219,7 @@
     <Compile Include="src\crypto\test\KDF1GeneratorTest.cs" />
     <Compile Include="src\crypto\test\KDF2GeneratorTest.cs" />
     <Compile Include="src\crypto\test\KeccakDigestTest.cs" />
+    <Compile Include="src\crypto\test\KMACTest.cs" />
     <Compile Include="src\crypto\test\MD2DigestTest.cs" />
     <Compile Include="src\crypto\test\MD4DigestTest.cs" />
     <Compile Include="src\crypto\test\MD5DigestTest.cs" />
@@ -224,6 +228,7 @@
     <Compile Include="src\crypto\test\MacTest.cs" />
     <Compile Include="src\crypto\test\ModeTest.cs" />
     <Compile Include="src\crypto\test\NaccacheSternTest.cs" />
+    <Compile Include="src\crypto\test\NistEccTest.cs" />
     <Compile Include="src\crypto\test\NoekeonTest.cs" />
     <Compile Include="src\crypto\test\NonMemoableDigestTest.cs" />
     <Compile Include="src\crypto\test\NullTest.cs" />
@@ -485,6 +490,7 @@
     <EmbeddedResource Include="data\suvaRoot1.crt" />
     <EmbeddedResource Include="data\ThawteSGCCA.cer" />
     <EmbeddedResource Include="data\ThawteSGCCA.crl" />
+    <EmbeddedResource Include="data\crypto\nist_ecc.txt" />
     <EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
     <EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
     <EmbeddedResource Include="data\crypto\cavp\original_KDFCTR_gen.rsp" />