aboutsummaryrefslogtreecommitdiff
path: root/test/cmakeconfig
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-24 00:03:25 +0100
committerGitHub <noreply@github.com>2023-01-24 00:03:25 +0100
commit322c83896d6fe6ccc4f799f282d8e1feb7cf7ebe (patch)
treecd0d53993365817297638981cff3d1d856972866 /test/cmakeconfig
parent5a94d24095c3f817310a82ef739952416b00a704 (diff)
downloadrneovim-322c83896d6fe6ccc4f799f282d8e1feb7cf7ebe.tar.gz
rneovim-322c83896d6fe6ccc4f799f282d8e1feb7cf7ebe.tar.bz2
rneovim-322c83896d6fe6ccc4f799f282d8e1feb7cf7ebe.zip
build: remove unnecessary unit test code (#21940)
The files generated by test/includes/CMakeLists.txt have been unused since commit c49e22d396. The unittests include the headers in test/includes directly without any processing, meaning that the CMakeLists.txt file is no longer necessary.
Diffstat (limited to 'test/cmakeconfig')
-rw-r--r--test/cmakeconfig/paths.lua.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cmakeconfig/paths.lua.in b/test/cmakeconfig/paths.lua.in
index e3979981ba..6be238d838 100644
--- a/test/cmakeconfig/paths.lua.in
+++ b/test/cmakeconfig/paths.lua.in
@@ -6,7 +6,6 @@ for p in ("${TEST_INCLUDE_DIRS}" .. ";"):gmatch("[^;]+") do
end
module.test_build_dir = "${CMAKE_BINARY_DIR}"
-module.test_include_path = module.test_build_dir .. "/test/includes/post"
module.test_libnvim_path = "${TEST_LIBNVIM_PATH}"
module.test_source_path = "${CMAKE_SOURCE_DIR}"
module.test_lua_prg = "${LUA_PRG}"