Remove test_http_handler and test_server_connection_return
This commit is contained in:
@@ -197,16 +197,6 @@ target_link_libraries(test_commit_request doctest_impl weaseldb_sources_debug
|
||||
target_include_directories(test_commit_request PRIVATE tests)
|
||||
target_compile_options(test_commit_request PRIVATE -UNDEBUG)
|
||||
|
||||
add_executable(test_http_handler tests/test_http_handler.cpp)
|
||||
target_link_libraries(test_http_handler doctest_impl weaseldb_sources_debug)
|
||||
target_compile_options(test_http_handler PRIVATE -UNDEBUG)
|
||||
|
||||
add_executable(test_server_connection_return
|
||||
tests/test_server_connection_return.cpp)
|
||||
target_link_libraries(test_server_connection_return doctest_impl
|
||||
weaseldb_sources_debug)
|
||||
target_compile_options(test_server_connection_return PRIVATE -UNDEBUG)
|
||||
|
||||
# Metrics system test
|
||||
add_executable(test_metric tests/test_metric.cpp)
|
||||
target_link_libraries(test_metric doctest_impl weaseldb_sources_debug)
|
||||
|
||||
Reference in New Issue
Block a user