From: Igor Munkin <imun@tarantool.org> To: "Alexander V. Tikhonov" <avtikhon@tarantool.org>, Timur Safin <tsafin@tarantool.org>, Alexander Turenko <alexander.turenko@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH] test: adjust the path to LuaJIT test directory Date: Fri, 16 Oct 2020 15:12:40 +0300 [thread overview] Message-ID: <dd4c87633368e83eed98bf5b9243be26b9cde4db.1602846789.git.imun@tarantool.org> (raw) In-Reply-To: <cover.1602846789.git.imun@tarantool.org> To ease the further maintenance of the tests located in LuaJIT repo, particular hardcoded paths are replaced with the root path to test directory within LuaJIT third party submodule. Closes #5425 Signed-off-by: Igor Munkin <imun@tarantool.org> --- test/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7b28e2bd4..10882c6a1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -75,9 +75,8 @@ add_subdirectory(app-tap) add_subdirectory(box) 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) +add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/luajit/test + ${PROJECT_BINARY_DIR}/third_party/luajit/test) # Move tarantoolctl config if (NOT ${PROJECT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR}) -- 2.25.0
next prev parent reply other threads:[~2020-10-16 12:23 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-16 12:11 [Tarantool-patches] [PATCH] Remove hardcoded paths to LuaJIT tests Igor Munkin 2020-10-16 12:11 ` [Tarantool-patches] [PATCH luajit] test: introduce the root CMakeLists.txt Igor Munkin 2020-10-16 12:12 ` Igor Munkin [this message] 2020-10-16 12:33 ` [Tarantool-patches] [PATCH] Remove hardcoded paths to LuaJIT tests Timur Safin 2020-10-16 12:47 ` Igor Munkin 2020-10-16 12:59 ` Alexander V. Tikhonov 2020-10-16 12:54 ` Igor Munkin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=dd4c87633368e83eed98bf5b9243be26b9cde4db.1602846789.git.imun@tarantool.org \ --to=imun@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=avtikhon@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=tsafin@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH] test: adjust the path to LuaJIT test directory' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox