aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-07-12 05:24:21 +0200
committerGitHub <noreply@github.com>2018-07-12 05:24:21 +0200
commit671b244e6ced960a7c39471cefa758e0d6e47146 (patch)
treef82a619c1a890550a3805575296d0860588c9e99 /src/nvim/testdir/Makefile
parent07499a842b1f06a810c074dc28ee14d8adc42b71 (diff)
parent21879247e7852b31489e2ff8aacc7845a4262f5e (diff)
downloadrneovim-671b244e6ced960a7c39471cefa758e0d6e47146.tar.gz
rneovim-671b244e6ced960a7c39471cefa758e0d6e47146.tar.bz2
rneovim-671b244e6ced960a7c39471cefa758e0d6e47146.zip
Merge #8701 from janlazo/vim-8.0.1140
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index a161f14bc8..651ab3db2b 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -17,7 +17,6 @@ SCRIPTS_DEFAULT = \
test14.out \
test24.out \
test37.out \
- test40.out \
test42.out \
test48.out \
test52.out \
@@ -102,6 +101,7 @@ NEW_TESTS ?= \
test_stat.res \
test_startup.res \
test_substitute.res \
+ test_swap.res \
test_syntax.res \
test_system.res \
test_tab.res \
@@ -114,6 +114,7 @@ NEW_TESTS ?= \
test_visual.res \
test_winbuf_close.res \
test_window_id.res \
+ test_wordcount.res \
test_writefile.res \
test_alot_latin.res \
test_alot_utf8.res \