XCTestManifests.swift 482 B

12345678910111213141516171819
  1. #if !canImport(ObjectiveC)
  2. import XCTest
  3. extension TestsPerformance {
  4. // DO NOT MODIFY: This is autogenerated, use:
  5. // `swift test --generate-linuxmain`
  6. // to regenerate.
  7. static let __allTests__TestsPerformance = [
  8. ("testExample", testExample),
  9. ("testPerformanceExample", testPerformanceExample),
  10. ]
  11. }
  12. public func __allTests() -> [XCTestCaseEntry] {
  13. return [
  14. testCase(TestsPerformance.__allTests__TestsPerformance),
  15. ]
  16. }
  17. #endif