Skip to content

Commit 2e6968b

Browse files
committed
test(server): adding unit tests for reply builder
Signed-off-by: Boaz Sade <[email protected]>
1 parent b2958b5 commit 2e6968b

File tree

2 files changed

+687
-1
lines changed

2 files changed

+687
-1
lines changed

src/facade/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ if (DF_USE_SSL)
66
target_compile_definitions(dfly_facade PRIVATE DFLY_USE_SSL)
77
endif()
88

9-
cxx_link(dfly_facade base uring_fiber_lib fibers_ext strings_lib http_server_lib
9+
cxx_link(dfly_facade base uring_fiber_lib fibers_ext strings_lib http_server_lib
1010
${TLS_LIB} TRDP::mimalloc TRDP::dconv)
1111

1212
add_library(facade_test facade_test.cc)
1313
cxx_link(facade_test dfly_facade gtest_main_ext)
1414

1515
cxx_test(memcache_parser_test dfly_facade LABELS DFLY)
1616
cxx_test(redis_parser_test facade_test LABELS DFLY)
17+
cxx_test(reply_builder_test facade_test LABELS DFLY)
1718

1819
add_executable(ok_backend ok_main.cc)
1920
cxx_link(ok_backend dfly_facade)

0 commit comments

Comments
 (0)