浏览代码

Add security tests to LinuxMain

Nate Armstrong 7 年之前
父节点
当前提交
df968583c2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Tests/LinuxMain.swift

+ 2 - 0
Tests/LinuxMain.swift

@@ -25,6 +25,8 @@ XCTMain([
   testCase(CompletionQueueTests.allTests),
   testCase(ConnectionFailureTests.allTests),
   testCase(EchoTests.allTests),
+  testCase(EchoTestsSecure.allTests),
+  testCase(EchoTestsMutualAuth.allTests),
   testCase(ServerCancellingTests.allTests),
   testCase(ServerTestExample.allTests),
   testCase(ServerThrowingTests.allTests),