mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
test: Update test_alot.vim
These tests should be here, not in the Makefile.
This commit is contained in:
parent
98fb0f12c4
commit
9c3bd3e427
@ -33,15 +33,11 @@ SCRIPTS := \
|
||||
# Tests using runtest.vim.vim.
|
||||
# Keep test_alot*.res as the last one, sort the others.
|
||||
NEW_TESTS = \
|
||||
test_assign.res \
|
||||
test_cursor_func.res \
|
||||
test_hardcopy.res \
|
||||
test_help_tagjump.res \
|
||||
test_langmap.res \
|
||||
test_menu.res \
|
||||
test_syntax.res \
|
||||
test_timers.res \
|
||||
test_unlet.res \
|
||||
test_viml.res \
|
||||
test_alot.res
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
" A series of tests that can run in one Vim invocation.
|
||||
" This makes testing go faster, since Vim doesn't need to restart.
|
||||
|
||||
source test_assign.vim
|
||||
source test_cursor_func.vim
|
||||
source test_menu.vim
|
||||
source test_unlet.vim
|
||||
|
Loading…
Reference in New Issue
Block a user