aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 0118597eb8..7cd1921ce1 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -30,15 +30,16 @@ SCRIPTS := \
# Tests using runtest.vim.vim.
# Keep test_alot*.res as the last one, sort the others.
NEW_TESTS = \
+ test_cmdline.res \
test_cscope.res \
- test_cmdline.res \
test_diffmode.res \
test_hardcopy.res \
test_help_tagjump.res \
test_history.res \
test_langmap.res \
- test_match.res \
+ test_match.res \
test_matchadd_conceal.res \
+ test_quickfix.res \
test_syntax.res \
test_usercommands.res \
test_timers.res \