Browse Source

add fixedpointtests

Ugochukwu Mmaduekwe 7 years ago
parent
commit
5353f988a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

+ 1 - 1
CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

@@ -19,7 +19,7 @@ uses
   SignerUtilitiesTests,
   SecureRandomTests,
   DigestRandomNumberTests,
- // FixedPointTests,
+  FixedPointTests,
   AESTests,
   BlockCipherVectorTests,
   AESTestVectors,