diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2016-01-27 12:59:06 +0100 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2016-01-27 12:59:06 +0100 |
| commit | 6c77ea1cb6bc3a6e90de5581fcd75dc129b3d08c (patch) | |
| tree | 5af2e92331cad6feef8a94138054fb3a7ef53592 /src/nvim/testdir/Makefile | |
| parent | e78fc534dd7cf6e2ae293d0eab6f50e22824a30e (diff) | |
| download | rneovim-6c77ea1cb6bc3a6e90de5581fcd75dc129b3d08c.tar.gz rneovim-6c77ea1cb6bc3a6e90de5581fcd75dc129b3d08c.tar.bz2 rneovim-6c77ea1cb6bc3a6e90de5581fcd75dc129b3d08c.zip | |
tests: Remove legacy test files for eval test.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index e27ac227c8..41ce2daa91 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -7,7 +7,7 @@ export SHELL := sh VIMPROG := ../../../build/bin/nvim SCRIPTSOURCE := ../../../runtime -SCRIPTS := test_eval.out \ +SCRIPTS := \ test8.out test10.out \ test11.out test12.out test13.out test14.out \ test17.out \ |