Skip to content

Commit

Permalink
Remove legacy SERVER_TEST compiler flag from cmake.
Browse files Browse the repository at this point in the history
Signed-off-by: Karthick Ariyaratnam <[email protected]>
  • Loading branch information
karthyuom committed Jan 8, 2025
1 parent 0a89571 commit d13adf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ get_valkey_server_linker_option(VALKEY_SERVER_LDFLAGS)

# Build unit tests only
message(STATUS "Building unit tests")
list(APPEND COMPILE_DEFINITIONS "SERVER_TEST=1")
if (USE_TLS)
if (BUILD_TLS_MODULE)
# TLS as a module
Expand Down

0 comments on commit d13adf3

Please sign in to comment.