diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-25 20:40:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-25 20:40:46 +0100 |
commit | 2f5463df014a406a2b780068e341ef30a99c9b98 (patch) | |
tree | c4f3281d53ac6b06554485101c0be8acf70359ba /Filelist | |
parent | f7506cade470efd122fa8fb61dd4e5ad21d1e246 (diff) | |
download | vim-git-2f5463df014a406a2b780068e341ef30a99c9b98.tar.gz |
patch 8.0.0368: not all options are tested with a range of valuesv8.0.0368
Problem: Not all options are tested with a range of values.
Solution: Generate a test script from the source code.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ SRC_ALL = \ src/tee/tee.c \ src/xxd/xxd.c \ src/main.aap \ + src/gen_opt_test.vim \ src/testdir/main.aap \ src/testdir/README.txt \ src/testdir/Make_all.mak \ |