소스 검색

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),