Marcin Krzyzanowski пре 5 година
родитељ
комит
18d2640264
2 измењених фајлова са 14 додато и 11 уклоњено
  1. 1 1
      Tests/LinuxMain.swift
  2. 13 10
      Tests/Tests/XCTestManifests.swift

+ 1 - 1
Tests/LinuxMain.swift

@@ -5,6 +5,6 @@ import TestsPerformance
 
 
 var tests = [XCTestCaseEntry]()
 var tests = [XCTestCaseEntry]()
 tests += Tests.__allTests()
 tests += Tests.__allTests()
-// tests += TestsPerformance.__allTests()
+tests += TestsPerformance.__allTests()
 
 
 XCTMain(tests)
 XCTMain(tests)

+ 13 - 10
Tests/Tests/XCTestManifests.swift

@@ -113,6 +113,18 @@ extension BlowfishTests {
     ]
     ]
 }
 }
 
 
+extension CBCMacTests {
+    // DO NOT MODIFY: This is autogenerated, use:
+    //   `swift test --generate-linuxmain`
+    // to regenerate.
+    static let __allTests__CBCMacTests = [
+        ("testMessageLength0", testMessageLength0),
+        ("testMessageLength16", testMessageLength16),
+        ("testMessageLength40", testMessageLength40),
+        ("testMessageLength64", testMessageLength64),
+    ]
+}
+
 extension CMACTests {
 extension CMACTests {
     // DO NOT MODIFY: This is autogenerated, use:
     // DO NOT MODIFY: This is autogenerated, use:
     //   `swift test --generate-linuxmain`
     //   `swift test --generate-linuxmain`
@@ -303,15 +315,6 @@ extension RabbitTestsPerf {
     ]
     ]
 }
 }
 
 
-extension RandomBytesSequenceTests {
-    // DO NOT MODIFY: This is autogenerated, use:
-    //   `swift test --generate-linuxmain`
-    // to regenerate.
-    static let __allTests__RandomBytesSequenceTests = [
-        ("testSequence", testSequence),
-    ]
-}
-
 extension Scrypt {
 extension Scrypt {
     // DO NOT MODIFY: This is autogenerated, use:
     // DO NOT MODIFY: This is autogenerated, use:
     //   `swift test --generate-linuxmain`
     //   `swift test --generate-linuxmain`
@@ -339,6 +342,7 @@ public func __allTests() -> [XCTestCaseEntry] {
         testCase(AESTestsPerf.__allTests__AESTestsPerf),
         testCase(AESTestsPerf.__allTests__AESTestsPerf),
         testCase(Access.__allTests__Access),
         testCase(Access.__allTests__Access),
         testCase(BlowfishTests.__allTests__BlowfishTests),
         testCase(BlowfishTests.__allTests__BlowfishTests),
+        testCase(CBCMacTests.__allTests__CBCMacTests),
         testCase(CMACTests.__allTests__CMACTests),
         testCase(CMACTests.__allTests__CMACTests),
         testCase(ChaCha20Poly1305Tests.__allTests__ChaCha20Poly1305Tests),
         testCase(ChaCha20Poly1305Tests.__allTests__ChaCha20Poly1305Tests),
         testCase(ChaCha20Tests.__allTests__ChaCha20Tests),
         testCase(ChaCha20Tests.__allTests__ChaCha20Tests),
@@ -355,7 +359,6 @@ public func __allTests() -> [XCTestCaseEntry] {
         testCase(Poly1305Tests.__allTests__Poly1305Tests),
         testCase(Poly1305Tests.__allTests__Poly1305Tests),
         testCase(RabbitTests.__allTests__RabbitTests),
         testCase(RabbitTests.__allTests__RabbitTests),
         testCase(RabbitTestsPerf.__allTests__RabbitTestsPerf),
         testCase(RabbitTestsPerf.__allTests__RabbitTestsPerf),
-        testCase(RandomBytesSequenceTests.__allTests__RandomBytesSequenceTests),
         testCase(Scrypt.__allTests__Scrypt),
         testCase(Scrypt.__allTests__Scrypt),
         testCase(ScryptTestsPeft.__allTests__ScryptTestsPeft),
         testCase(ScryptTestsPeft.__allTests__ScryptTestsPeft),
     ]
     ]