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

build: temporary fix for luajit-tap tests cmake

Fixes the regression from 335f80a0
('test: adjust luajit-tap testing machinery').
parent c503bf61
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ add_subdirectory(app)
add_subdirectory(app-tap)
add_subdirectory(box)
add_subdirectory(unit)
add_subdirectory(luajit-tap/gh-4427-ffi-sandwich)
add_subdirectory(luajit-tap/lj-flush-on-trace)
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)
# 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