Skip to content
Snippets Groups Projects
Commit e7203e38 authored by Igor Munkin's avatar Igor Munkin Committed by Kirill Yukhin
Browse files

build: another fix for luajit-tap tests cmake


Fixes the regression from e5039742
('luajit: bump new version').

Reported-by: default avatarAlexander Tikhonov <avtikhon@tarantool.org>
Signed-off-by: default avatarIgor Munkin <imun@tarantool.org>
parent 9a8ac59c
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ add_subdirectory(box-tap)
add_subdirectory(unit)
add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/luajit/test/gh-4427-ffi-sandwich ${PROJECT_BINARY_DIR}/third_party/luajit/test/gh-4427-ffi-sandwich)
add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/luajit/test/lj-flush-on-trace ${PROJECT_BINARY_DIR}/third_party/luajit/test/lj-flush-on-trace)
add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/luajit/test/misclib-getmetrics-capi ${PROJECT_BINARY_DIR}/third_party/luajit/test/misclib-getmetrics-capi)
# Move tarantoolctl config
if (NOT ${PROJECT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
......
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