From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp14.mail.ru (smtp14.mail.ru [94.100.181.95]) (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 A30C4469719 for ; Tue, 13 Oct 2020 17:45:26 +0300 (MSK) Date: Tue, 13 Oct 2020 17:45:24 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201013144524.GA921357@hpalx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH] build: another fix for luajit-tap tests cmake List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Hi Igor, thanks for the fast fix. I've checked it and saw that it really fixed the issue. Patch LGTM. On Tue, Oct 13, 2020 at 05:27:24PM +0300, Igor Munkin wrote: > Fixes the regression from e5039742eba89936bf2f8c5aebc8f21c810710d5 > ('luajit: bump new version'). > > Reported-by: Alexander Tikhonov > Signed-off-by: Igor Munkin > --- > > Branch: https://github.com/tarantool/tarantool/tree/imun/luajit-tests-fixup-again > > test/CMakeLists.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt > index c8759703c..7b28e2bd4 100644 > --- a/test/CMakeLists.txt > +++ b/test/CMakeLists.txt > @@ -77,6 +77,7 @@ 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) > > # Move tarantoolctl config > if (NOT ${PROJECT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR}) > -- > 2.25.0 >