Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mleleszi committed Jun 14, 2024
1 parent c28b18a commit 5d4e238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target_link_libraries(GTest::GTest INTERFACE gtest_main)
add_executable(redis_test protocol_test.cpp
controller_test.cpp
${CMAKE_SOURCE_DIR}/src/controller.cpp #TODO: refactor
${CMAKE_SOURCE_DIR}/src/datastore.cpp
datastore_test.cpp
)

Expand Down

0 comments on commit 5d4e238

Please sign in to comment.