Added test for libcurl https handling disabled on build server.
Linux docker image does not expose port 80
This commit is contained in:
parent
b6aeffb618
commit
f4f236e82e
5 changed files with 38 additions and 17 deletions
10
tests/slic3rutils/CMakeLists.txt
Normal file
10
tests/slic3rutils/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
get_filename_component(_TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
|
||||
add_executable(${_TEST_NAME}_tests
|
||||
${_TEST_NAME}_tests_main.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r_gui)
|
||||
set_property(TARGET ${_TEST_NAME}_tests PROPERTY FOLDER "tests")
|
||||
|
||||
# catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")
|
||||
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests "${CATCH_EXTRA_ARGS} exclude:[NotWorking]")
|
Loading…
Add table
Add a link
Reference in a new issue