Skip to content
Snippets Groups Projects
Commit 2accd5a1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Make 'make test' goal operational on hosts with old python.

Make 'make test' goal operational on hosts with old
python or python somewhere else than /usr/bin.
parent 0df9a413
No related branches found
No related tags found
No related merge requests found
add_custom_target(test
COMMAND ${PROJECT_SOURCE_DIR}/test/test-run.py --bindir=${PROJECT_BINARY_DIR}/mod/silverbox --vardir=${PROJECT_BINARY_DIR}/test/var
COMMAND python ${PROJECT_SOURCE_DIR}/test/test-run.py --bindir=${PROJECT_BINARY_DIR}/mod/silverbox --vardir=${PROJECT_BINARY_DIR}/test/var
)
install (PROGRAMS tarantool DESTINATION bin)
......
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