Browse Source

add more tests.

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

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

@@ -20,14 +20,14 @@ uses
  // SecureRandomTests,
  // DigestRandomNumberTests,
  // FixedPointTests,
- // AESTests,
- // BlockCipherVectorTests,
- // AESTestVectors,
+  AESTests,
+  BlockCipherVectorTests,
+  AESTestVectors,
  // IESCipherTests,
- // AESSICTests,
- // MD5HMacTests,
- // HMacTests,
-//  Pkcs5Tests,
+  AESSICTests,
+  MD5HMacTests,
+  HMacTests,
+  Pkcs5Tests,
   ClpFixedSecureRandom,
   ClpIFixedSecureRandom;