Skip to content

Commit

Permalink
No cluster for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 26, 2024
1 parent 026f384 commit f517a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ if(SSL_LIBRARY)
set_property(TEST client_test PROPERTY ENVIRONMENT "TEST_SSL=1")
endif()

# Add cluster tests if we have libevent
if (LIBEVENT_LIBRARY)
# Add cluster tests except on Windows
if (NOT WIN32)
add_executable(ct_async ct_async.c)
target_link_libraries(ct_async valkey ${SSL_LIBRARY} ${LIBEVENT_LIBRARY})
add_test(NAME ct_async COMMAND "$<TARGET_FILE:ct_async>")
Expand Down

0 comments on commit f517a3c

Please sign in to comment.