diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-29 00:23:53 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-29 00:23:53 -0500 |
| commit | 4c960c3d78d9aaae77c469c91c88280c9f5efbf2 (patch) | |
| tree | a3ced2367908813ace59cb13dfdeaea7169e16c6 /src/nvim/testdir/Makefile | |
| parent | d671dae58cbf796c864ef23ef0d121679cf612c4 (diff) | |
| parent | 41f6a10a9b83542fd7d1ea898799c1979db38f2c (diff) | |
| download | rneovim-4c960c3d78d9aaae77c469c91c88280c9f5efbf2.tar.gz rneovim-4c960c3d78d9aaae77c469c91c88280c9f5efbf2.tar.bz2 rneovim-4c960c3d78d9aaae77c469c91c88280c9f5efbf2.zip | |
Merge #3077 'test_eval'
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 \ |