file(GLOB all_sources *.c *.m *.mm)
set_source_files_compile_flags("TESTS" ${all_sources})

include_directories("${PROJECT_SOURCE_DIR}/test/unit")
include_directories("${PROJECT_SOURCE_DIR}/connector/c/include")

tarantool_client("tt" tt.c)
tarantool_client("tp" tp.c)
tarantool_client("update" update.c)
tarantool_client("xlog" xlog.c)
tarantool_client("rpl" rpl.c)
tarantool_client("snap" snap.c)
