diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-04-05 16:56:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-04-05 16:56:52 +0200 |
commit | 98411e57ab4f876e11d7df48889be348caa912b4 (patch) | |
tree | 39d6293cec16f7b672e7c3824256c63ab8b5a3b6 /src/testdir/Make_os2.mak | |
parent | 1dced5727f8f4f51fd623d9f6e672e70e1793d13 (diff) | |
download | vim-git-98411e57ab4f876e11d7df48889be348caa912b4.tar.gz |
updated for version 7.3.491v7.3.491
Problem: No tests for Lua.
Solution: Add some simple tests for Lua. (Luis Carvalho)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index 9cef9aa26..64d853225 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -13,6 +13,7 @@ VIMPROG = ../vim.exe # test25 uses symbolic link # test27 can't edit file with "*" in file name # test52 only for Win32 +# test85 no Lua interface SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test7.out test8.out test9.out \ |