We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d2ed2 commit f6b012cCopy full SHA for f6b012c
Tests/LinuxMain.swift
@@ -1,10 +1,8 @@
1
import XCTest
2
3
import CryptoSwiftTests
4
-import TestsPerformance
5
6
var tests = [XCTestCaseEntry]()
7
tests += CryptoSwiftTests.__allTests()
8
-tests += TestsPerformance.__allTests()
9
10
XCTMain(tests)
0 commit comments