include_directories(${CMAKE_CURRENT_SOURCE_DIR})

file(GLOB SRC t_*.cc utest.cc)
set(DEPS multipaxos)

yamail_add_test(utest "${SRC}" "${DEPS}")
