소스 검색

Try to reactivate HTTPS test (test if this works in CI integration test environment)

bel 10 년 전
부모
커밋
74ca308238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -107,7 +107,7 @@ civetweb_add_test(Public "URL encoding decoding")
 civetweb_add_test(Public "Cookies and variables")
 civetweb_add_test(Public "MD5")
 civetweb_add_test(Public "Start Stop HTTP Server")
-#civetweb_add_test(Public "Start Stop HTTPS Server")
+civetweb_add_test(Public "Start Stop HTTPS Server")
 
 # Add the coverage command(s)
 if (${CMAKE_BUILD_TYPE} MATCHES "[Cc]overage")