blob: d8960f0640fa979b8747bd3d1d459f5c8b2438e1 [file] [log] [blame]
add_executable(countdown_latch_test CountdownLatchTest.cpp)
target_link_libraries(countdown_latch_test
PRIVATE
gtest_main
countdown_latch_library
spdlog)
add_test(ut_countdown_latch_test countdown_latch_test)