Added test for libcurl https handling disabled on build server.

Linux docker image does not expose port 80
This commit is contained in:
tamasmeszaros 2020-03-06 15:18:14 +01:00
parent b6aeffb618
commit f4f236e82e
5 changed files with 38 additions and 17 deletions

View file

@ -13,6 +13,7 @@ add_executable(${_TEST_NAME}_tests
test_stl.cpp
test_meshsimplify.cpp
test_meshboolean.cpp
test_timeutils.cpp
)
if (TARGET OpenVDB::openvdb)