[Tarantool-patches] [PATCH luajit] test: introduce the root CMakeLists.txt

Igor Munkin imun at tarantool.org
Fri Oct 16 15:11:58 MSK 2020


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 at 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



More information about the Tarantool-patches mailing list