Skip to content

Commit

Permalink
Remove legacy SERVER_TEST compiler flag from cmake. (#1530)
Browse files Browse the repository at this point in the history
This PR is to cleanup the `SERVER_TEST` compiler flag from cmake compile
definitions, as it is no longer required in the new unit test framework, see #428.

Signed-off-by: Karthick Ariyaratnam <[email protected]>
  • Loading branch information
karthyuom authored Jan 9, 2025
1 parent 9f4815a commit 80c3540
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 80c3540

Please sign in to comment.