<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey</p>
<p><br>
</p>
<p>LGTM<br>
</p>
<div class="moz-cite-prefix">On 24.09.2024 13:29, Sergey Kaplun
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:01901ac96cd86e297d55ce9da0a489fc5117753a.1727172936.git.skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">This patch renames the aforementioned file to
<ffi-ccall-arm64-fp-convention.test.lua> to make the prefix (ffi-ccall)
match the name of the directory containing the C library for the test.
Needed for tarantool/tarantool#9898
---
...nvention.test.lua => ffi-ccall-arm64-fp-convention.test.lua} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/tarantool-tests/{arm64-ccall-fp-convention.test.lua => ffi-ccall-arm64-fp-convention.test.lua} (96%)
diff --git a/test/tarantool-tests/arm64-ccall-fp-convention.test.lua b/test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
similarity index 96%
rename from test/tarantool-tests/arm64-ccall-fp-convention.test.lua
rename to test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
index c58ba697..053b7a3a 100644
--- a/test/tarantool-tests/arm64-ccall-fp-convention.test.lua
+++ b/test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
@@ -3,7 +3,7 @@ local tap = require('tap')
local ffi_ccall = ffi.load('libfficcall')
-local test = tap.test('arm64-ccall-fp-convention')
+local test = tap.test('ffi-ccall-arm64-fp-convention')
test:plan(3)
ffi.cdef[[
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>