diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/test/UnitTests.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index cdc4d10bc..b70d94a6b 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -162,6 +162,7 @@ <Compile Include="src\crypto\test\AESTest.cs" /> <Compile Include="src\crypto\test\AESWrapTest.cs" /> <Compile Include="src\crypto\test\AllTests.cs" /> + <Compile Include="src\crypto\test\AriaTest.cs" /> <Compile Include="src\crypto\test\BCryptTest.cs" /> <Compile Include="src\crypto\test\Blake2bDigestTest.cs" /> <Compile Include="src\crypto\test\Blake2sDigestTest.cs" /> @@ -1345,4 +1346,4 @@ <ItemGroup> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> </ItemGroup> -</Project> +</Project> \ No newline at end of file |