mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
Introduce nvim namespace: Fix functional tests.
Fix some paths to new locations: - Makefile: Fix nvim binary path. - test49 : 459: Fix nvim binary path. - test89 : 62: Fix testdir root. Fix corresponding expected result. - test105 : 10: Testing fnamemodify to reduce path to use ~ prefix. Fix faked home directory. Fix corresponding expected result. 26: Testing fnamemodify with r modifier. Fix out-of-project prefix removal. Fix corresponding expected result.
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -17,19 +17,19 @@
|
||||
/src/po/*.ck
|
||||
|
||||
# Files generated by the tests
|
||||
/src/testdir/mbyte.vim
|
||||
/src/testdir/mzscheme.vim
|
||||
/src/testdir/lua.vim
|
||||
/src/testdir/small.vim
|
||||
/src/testdir/tiny.vim
|
||||
/src/testdir/test*.out
|
||||
/src/testdir/test.log
|
||||
/src/testdir/viminfo
|
||||
/src/testdir/test.ok
|
||||
/src/testdir/*.failed
|
||||
/src/testdir/X*
|
||||
/src/testdir/valgrind.*
|
||||
/src/testdir/.gdbinit
|
||||
/src/nvim/testdir/mbyte.vim
|
||||
/src/nvim/testdir/mzscheme.vim
|
||||
/src/nvim/testdir/lua.vim
|
||||
/src/nvim/testdir/small.vim
|
||||
/src/nvim/testdir/tiny.vim
|
||||
/src/nvim/testdir/test*.out
|
||||
/src/nvim/testdir/test.log
|
||||
/src/nvim/testdir/viminfo
|
||||
/src/nvim/testdir/test.ok
|
||||
/src/nvim/testdir/*.failed
|
||||
/src/nvim/testdir/X*
|
||||
/src/nvim/testdir/valgrind.*
|
||||
/src/nvim/testdir/.gdbinit
|
||||
|
||||
# Folder generated by the unit tests
|
||||
/test/includes/post/
|
||||
|
Reference in New Issue
Block a user