LinuxMain.swift 87 B

123456
  1. import XCTest
  2. @testable import gRPCTests
  3. XCTMain([
  4. testCase(gRPCTests.allTests),
  5. ])