Skip to content

Commit

Permalink
issue 308: enable RaftReplDev Test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamingk committed Feb 23, 2024
1 parent 2f5f94d commit 743d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if (${io_tests})

# add_test(NAME SoloReplDev-Epoll COMMAND ${CMAKE_BINARY_DIR}/bin/test_solo_repl_dev)
# add_test(NAME HomeRaftLogStore-Epoll COMMAND ${CMAKE_BINARY_DIR}/bin/test_home_raft_logstore)
# add_test(NAME RaftReplDev-Epoll COMMAND ${CMAKE_BINARY_DIR}/bin/test_raft_repl_dev)
add_test(NAME RaftReplDev-Epoll COMMAND ${CMAKE_BINARY_DIR}/bin/test_raft_repl_dev)
endif()

can_build_spdk_io_tests(spdk_tests)
Expand Down

0 comments on commit 743d652

Please sign in to comment.