Add InterleavingTest to explore #5

This commit is contained in:
2024-09-09 17:27:58 -07:00
parent b0b31419b0
commit 0a2e133ab9
2 changed files with 147 additions and 0 deletions

View File

@@ -345,6 +345,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND BUILD_TESTING)
add_executable(server_bench ServerBench.cpp)
target_link_libraries(server_bench PRIVATE ${PROJECT_NAME})
set_target_properties(server_bench PROPERTIES SKIP_BUILD_RPATH ON)
add_executable(interleaving_test InterleavingTest.cpp)
endif()
# packaging