Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mleleszi committed Jun 8, 2024
1 parent a88b93b commit 9af929e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FetchContent_MakeAvailable(spdlog)
add_library(GTest::GTest INTERFACE IMPORTED)
target_link_libraries(GTest::GTest INTERFACE gtest_main)

add_executable(redis_test parse_test.cpp
add_executable(redis_test protocol_test.cpp
controller_test.cpp
${CMAKE_SOURCE_DIR}/src/controller.cpp #TODO: refactor
)
Expand Down
File renamed without changes.

0 comments on commit 9af929e

Please sign in to comment.