From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0D169469719 for ; Fri, 16 Oct 2020 15:22:09 +0300 (MSK) From: Igor Munkin Date: Fri, 16 Oct 2020 15:11:32 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH] Remove hardcoded paths to LuaJIT tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" , Timur Safin , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org As a result of the review[1] for Timur patch, I've finally got the idea how to reduce the struggling Kirill faces every time there is a new test created within LuaJIT third party repo. The series contains of two patches in both repos: * the root CMakeLists.txt for test directory is introduced to LuaJIT repo in scope of the first patch * the paths in test/CMakeLists.txt are accordingly adjusted Issue: https://github.com/tarantool/tarantool/issues/5425 LuaJIT repo branches: * https://github.com/tarantool/luajit/tree/imun/gh-5425-luajit-tests-cmake * https://github.com/tarantool/luajit/tree/imun/gh-5425-luajit-tests-cmake-2.5 Tarantool repo branch (need to be cherry-picked to all stable branches): * https://github.com/tarantool/tarantool/tree/imun/gh-5425-luajit-tests-cmake CI is not green, but I've done my best. I see neither build fails nor failures related to the luajit-tap tests here: * https://gitlab.com/tarantool/tarantool/-/pipelines/203537445 [1]: https://lists.tarantool.org/pipermail/tarantool-patches/2020-October/020266.html -- 2.25.0