Remove test_http_handler and test_server_connection_return

This commit is contained in:
2025-09-14 11:38:43 -04:00
parent e96a493835
commit bd06798fd3
3 changed files with 0 additions and 178 deletions

View File

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