Explorar o código

Fix Linux tests

Marcin Krzyżanowski %!s(int64=8) %!d(string=hai) anos
pai
achega
89271d160a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Tests/CryptoSwiftTests/RandomBytesSequenceTests.swift

+ 4 - 0
Tests/CryptoSwiftTests/RandomBytesSequenceTests.swift

@@ -17,4 +17,8 @@ class RandomBytesSequenceTests: XCTestCase {
             XCTAssertTrue(value <= UInt8.max)
         }
     }
+
+    static let allTests =  [
+        ("testSequence", testSequence)
+    ]
 }