Browse Source

Update Linux tests list

Marcin Krzyzanowski 6 năm trước cách đây
mục cha
commit
2c68706614
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
     }