Add echo test for server

This commit is contained in:
2025-09-14 12:56:22 -04:00
parent bd06798fd3
commit cf0c1b7cc2
2 changed files with 66 additions and 0 deletions

View File

@@ -188,6 +188,11 @@ add_executable(test_arena tests/test_arena.cpp)
target_link_libraries(test_arena doctest_impl weaseldb_sources_debug)
target_compile_options(test_arena PRIVATE -UNDEBUG)
add_executable(test_server tests/test_server.cpp)
target_link_libraries(test_server doctest_impl weaseldb_sources_debug)
target_compile_options(test_server PRIVATE -UNDEBUG)
add_test(NAME test_server COMMAND test_server)
add_executable(
test_commit_request
tests/test_commit_request.cpp tests/nlohmann_reference_parser.cpp