aboutsummaryrefslogtreecommitdiff
path: root/test/cmakeconfig
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-09-25 16:07:37 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-10-22 21:20:11 +0200
commit4c25e60767508a3f8bc0631d280407a08f24a67e (patch)
tree1de749c20df1b169557efd44373f4764f511bca1 /test/cmakeconfig
parent07b4cb6ada2da108bbf8277bec63068234ceaa67 (diff)
downloadrneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.tar.gz
rneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.tar.bz2
rneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.zip
test: port libvterm unit test to neovim test suite
These were imported from the v0.3.3 git tag https://github.com/neovim/libvterm/tree/v0.3.3 and not the latest commit. This is for compatibility reasons as the libvterm code was imported from v0.3.3.
Diffstat (limited to 'test/cmakeconfig')
-rw-r--r--test/cmakeconfig/paths.lua.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmakeconfig/paths.lua.in b/test/cmakeconfig/paths.lua.in
index ce0eb870e0..78c66a4eac 100644
--- a/test/cmakeconfig/paths.lua.in
+++ b/test/cmakeconfig/paths.lua.in
@@ -5,6 +5,7 @@ for p in ("${TEST_INCLUDE_DIRS}" .. ";"):gmatch("[^;]+") do
table.insert(M.include_paths, p)
end
+M.vterm_test_file = "${VTERM_TEST_FILE}"
M.test_build_dir = "${CMAKE_BINARY_DIR}"
M.test_source_path = "${CMAKE_SOURCE_DIR}"
M.test_lua_prg = "${LUA_PRG}"