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/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index d16e28a377..90542a6a6c 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -28,17 +28,21 @@ SCRIPTS := \
test53.out \
test55.out \
test64.out \
- test68.out \
test69.out \
test73.out \
test79.out \
- test88.out \
test_listlbr.out \
test_close_count.out \
test_marks.out \
- test_match_conceal.out \
-NEW_TESTS =
+# Tests using runtest.vim.vim.
+# Keep test_alot*.res as the last one, sort the others.
+NEW_TESTS = \
+ test_cursor_func.res \
+ test_help_tagjump.res \
+ test_menu.res \
+ test_viml.res \
+ test_alot.res
SCRIPTS_GUI := test16.out