Skip to content
Snippets Groups Projects
Commit aa609de2 authored by Sulverus's avatar Sulverus
Browse files

cmake for tests updated: copy ctl config in builddir

parent e67a9034
No related merge requests found
......@@ -15,5 +15,14 @@ add_custom_target(test-force
add_subdirectory(app)
add_subdirectory(unit)
# Move tarantoolctl config
if (NOT ${PROJECT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
configure_file(
"${PROJECT_SOURCE_DIR}/test/.tarantoolctl"
"${PROJECT_BINARY_DIR}/test/.tarantoolctl"
)
endif()
# Disable connector_c for 1.6
#add_subdirectory(connector_c)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment