include_directories(${CMAKE_CURRENT_SOURCE_DIR})
file(GLOB SRC_TEST t_*.cc)

yamail_add_test(utest "utest.cc;${SRC_TEST}" "sintimers")
