mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
test: Set VIMRUNTIME before running tests
This is required for testing scripts under the 'runtime' directory
This commit is contained in:
parent
3972715ce7
commit
5e5525a78b
@ -1,6 +1,8 @@
|
||||
get_filename_component(BUSTED_DIR ${BUSTED_PRG} PATH)
|
||||
set(ENV{PATH} "${BUSTED_DIR}:$ENV{PATH}")
|
||||
|
||||
set(ENV{VIMRUNTIME} ${WORKING_DIR}/runtime)
|
||||
|
||||
if(NVIM_PRG)
|
||||
set(ENV{NVIM_PROG} "${NVIM_PRG}")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user