소스 검색

Fix Linux test configuration problems.

Tim Burks 9 년 전
부모
커밋
85f0b2203a
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tests/LinuxMain.swift
  2. 2 0
      Tests/gRPCTests/GRPCTests.swift

+ 1 - 1
Tests/LinuxMain.swift

@@ -1,5 +1,5 @@
 import XCTest
-@testable import gRPCTestSuite
+@testable import gRPCTests
 
 XCTMain([
   testCase(gRPCTests.allTests),

+ 2 - 0
Tests/gRPCTests/GRPCTests.swift

@@ -1,4 +1,6 @@
 import XCTest
+import Foundation
+import Dispatch
 @testable import gRPC
 
 class gRPCTests: XCTestCase {