diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-01-30 20:36:49 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-01-31 19:28:26 +0100 |
commit | 13aa23b62af4df3e7f10687b76fe8c04efa2a598 (patch) | |
tree | b2874af2444d1f8798d3ebde258e05faddebcf3c /test/cmakeconfig/paths.lua.in | |
parent | 42999a8d645ccf880222f0192671b8ce01bde361 (diff) | |
download | rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.tar.gz rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.tar.bz2 rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.zip |
refactor(tests): run unittests using main nvim binary in interpreter mode
This allows us to get rid of the separate "nvim-test" target
Diffstat (limited to 'test/cmakeconfig/paths.lua.in')
-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 6be238d838..a35dbe8901 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_libnvim_path = "${TEST_LIBNVIM_PATH}" module.test_source_path = "${CMAKE_SOURCE_DIR}" module.test_lua_prg = "${LUA_PRG}" module.test_luajit_prg = "" |