aboutsummaryrefslogtreecommitdiff
path: root/test/cmakeconfig/paths.lua.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmakeconfig/paths.lua.in')
-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}"