1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index d3250d89a..b4c53092b 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -193,6 +193,7 @@
<Compile Include="src\crypto\test\GcmReorderTest.cs" />
<Compile Include="src\crypto\test\HCFamilyTest.cs" />
<Compile Include="src\crypto\test\HCFamilyVecTest.cs" />
+ <Compile Include="src\crypto\test\HKDFGeneratorTest.cs" />
<Compile Include="src\crypto\test\IDEATest.cs" />
<Compile Include="src\crypto\test\ISAACTest.cs" />
<Compile Include="src\crypto\test\ISO9796Test.cs" />
|