瀏覽代碼

Update Linux tests list

Marcin Krzyzanowski 7 年之前
父節點
當前提交
2c68706614
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
     }