Tarantool development patches archive
 help / color / mirror / Atom feed
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 luajit] test: introduce the root CMakeLists.txt
Date: Fri, 16 Oct 2020 15:11:58 +0300	[thread overview]
Message-ID: <2222c35ba41c18961d5e47def32c32afd2ec1fe1.1602845035.git.imun@tarantool.org> (raw)
In-Reply-To: <cover.1602846789.git.imun@tarantool.org>

Considering the way the tests are built and run now, it's too fragile
and inconvenient to maintain the newly added tests outside this repo.
This change introduces the root CMakeLists.txt for test directory
enclosing all auxilliary activity if one is required.

Part of tarantool/tarantool#5425

Signed-off-by: Igor Munkin <imun@tarantool.org>
---

The patch is properly backported to the old branches too (the branch is
in the cover letter).

 test/CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 test/CMakeLists.txt

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
index 0000000..ec37580
--- /dev/null
+++ b/test/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_subdirectory(gh-4427-ffi-sandwich)
+add_subdirectory(lj-flush-on-trace)
+add_subdirectory(misclib-getmetrics-capi)
-- 
2.25.0

  reply	other threads:[~2020-10-16 12:22 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 ` Igor Munkin [this message]
2020-10-16 12:12 ` [Tarantool-patches] [PATCH] test: adjust the path to LuaJIT test directory Igor Munkin
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=2222c35ba41c18961d5e47def32c32afd2ec1fe1.1602845035.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 luajit] test: introduce the root CMakeLists.txt' \
    /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