diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 05:51:22 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 06:34:29 -0400 |
commit | db9c22adb9e1843a8b5aafb1d4976adac65eace6 (patch) | |
tree | 77d86f053741385cd9a7572f0706c9013dc32274 | |
parent | cf434d2ae4834e0e7149e8c0e3c3739cbdf2fe1f (diff) | |
download | rneovim-db9c22adb9e1843a8b5aafb1d4976adac65eace6.tar.gz rneovim-db9c22adb9e1843a8b5aafb1d4976adac65eace6.tar.bz2 rneovim-db9c22adb9e1843a8b5aafb1d4976adac65eace6.zip |
legacy test: Makefile
-rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 4debdd9acc..82c7cd4de9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -41,6 +41,7 @@ SCRIPTS := \ # Keep test_alot*.res as the last one, sort the others. NEW_TESTS = \ test_viml.res \ + test_cursor_func.res \ test_alot.res SCRIPTS_GUI := test16.out |