[Tarantool-patches] [PATCH luajit 0/3][v4] cmake: replace prove with CTest

Sergey Bronnikov estetus at gmail.com
Thu Mar 21 17:01:56 MSK 2024


From: Sergey Bronnikov <sergeyb at tarantool.org>

Changes v4:
- rebased to master
- applied fixes suggested by Sergey Kaplun
- added a patch with GH Actions job "GCC + ASAN"
- added a patch with updates for CMake macro LibRealPath

PR: https://github.com/tarantool/tarantool/pull/9286
Branch: https://github.com/tarantool/luajit/tree/ligurio/enable_test_target

Sergey Bronnikov (3):
  ci: execute LuaJIT tests with GCC 10 and ASAN
  test: update CMake macro LibRealPath
  cmake: replace prove with CTest

 .github/actions/setup-sanitizers/action.yml | 15 +++-
 .github/workflows/sanitizers-testing.yml    | 11 +++
 .gitignore                                  |  2 +
 CMakeLists.txt                              | 14 ++++
 test/CMakeLists.txt                         | 89 +++++++++++++++------
 test/LuaJIT-tests/CMakeLists.txt            | 61 +++++++++-----
 test/PUC-Rio-Lua-5.1-tests/CMakeLists.txt   | 25 ++++--
 test/lua-Harness-tests/CMakeLists.txt       | 50 +++++++-----
 test/tarantool-c-tests/CMakeLists.txt       | 50 ++++++------
 test/tarantool-tests/CMakeLists.txt         | 69 ++++++++--------
 10 files changed, 252 insertions(+), 134 deletions(-)

-- 
2.34.1



More information about the Tarantool-patches mailing list