Browse Source

Update Linux tests list

Marcin Krzyzanowski 7 years ago
parent
commit
2c68706614
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Tests/Tests/AESTests.swift

+ 4 - 0
Tests/Tests/AESTests.swift

@@ -704,8 +704,12 @@ extension AESTests {
             ("testAESGCMTestCaseIrregularCombined1", testAESGCMTestCaseIrregularCombined1),
             ("testAESGCMTestCaseIrregularCombined2", testAESGCMTestCaseIrregularCombined2),
             ("testAESCCMTestCase1", testAESCCMTestCase1),
+            ("testAESCCMTestCase1Decrypt", testAESCCMTestCase1Decrypt),
             ("testAESCCMTestCase2", testAESCCMTestCase2),
+            ("testAESCCMTestCase2Decrypt", testAESCCMTestCase2Decrypt),
             ("testAESCCMTestCase3", testAESCCMTestCase3)
+            ("testAESCCMTestCase3Decrypt", testAESCCMTestCase3Decrypt)
+            ("testAESCCMTestCase3DecryptPartial", testAESCCMTestCase3DecryptPartial)
         ]
         return tests
     }