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 AC57B4696C3 for ; Wed, 15 Apr 2020 03:43:51 +0300 (MSK) From: Igor Munkin Date: Wed, 15 Apr 2020 03:36:44 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] Enable LuaJIT tests written in C List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , Sergey Ostanevich Cc: tarantool-patches@dev.tarantool.org This series prepares the existing testing machinery to run LuaJIT tests requiring libraries implemented in C and enables the existing ones: * gh-4427-ffi-sandwich * lj-flush-on-trace Branch: https://github.com/tarantool/tarantool/tree/imun/ffi-sandwich Changes in v2: * Reworked tests considering Vlad's comments. Igor Munkin (2): luajit: bump new version test: adjust luajit-tap testing machinery test/CMakeLists.txt | 17 +++++++++++------ third_party/luajit | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) -- 2.25.0