瀏覽代碼

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 {