diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-30 21:38:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-30 21:38:24 +0100 |
commit | 683fa185a4b4ed7595e5942901548b8239ed5cdb (patch) | |
tree | 72dc382b7d35b2efe9cc966a3049f8a61d462559 /Filelist | |
parent | 43345546ae63710441f066648b8485fb545b3801 (diff) | |
download | vim-git-683fa185a4b4ed7595e5942901548b8239ed5cdb.tar.gz |
patch 7.4.945v7.4.945
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ SRC_ALL = \ src/testdir/README.txt \ src/testdir/*.in \ src/testdir/sautest/autoload/*.vim \ + src/testdir/runtest.vim \ src/testdir/test[0-9]*.ok \ src/testdir/test[0-9]*a.ok \ src/testdir/test_[a-z]*.ok \ |