diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-01-24 00:03:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 00:03:25 +0100 |
| commit | 322c83896d6fe6ccc4f799f282d8e1feb7cf7ebe (patch) | |
| tree | cd0d53993365817297638981cff3d1d856972866 /test/cmakeconfig | |
| parent | 5a94d24095c3f817310a82ef739952416b00a704 (diff) | |
| download | rneovim-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.in | 1 |
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}" |