diff options
| author | ckelsel <ckelsel@hotmail.com> | 2017-07-16 08:22:49 +0800 |
|---|---|---|
| committer | ckelsel <ckelsel@hotmail.com> | 2017-07-16 08:22:49 +0800 |
| commit | cb95f71f71f665b21848cf25780d83278cd1dcf0 (patch) | |
| tree | 4ebdf96b731ae839f8beb326e36dcb0b429bc453 /src/nvim/testdir/Makefile | |
| parent | 8cc49f9f1ad4edface62284c32f05ef1140d8220 (diff) | |
| parent | 4dee942e732d41ad62b732c0a39719d9405bc928 (diff) | |
| download | rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.tar.gz rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.tar.bz2 rneovim-cb95f71f71f665b21848cf25780d83278cd1dcf0.zip | |
merge upstream/master
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 7e55fffa06..510e8820f4 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -62,6 +62,8 @@ NEW_TESTS ?= \ test_signs.res \ test_smartindent.res \ test_stat.res \ + test_startup.res \ + test_startup_utf8.res \ test_substitute.res \ test_syntax.res \ test_tabpage.res \ |