commit | f3dc235576da7394fbe743aba732f43289f32c24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 23:05:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 23:05:34 2018 +0200 |
tree | d02cab7108def3a6560d0d4a3796da2d44a016d9 | |
parent | 81e2ac7bb68a0321529ad5c89c8674caab4bca6b [diff] [blame] |
patch 8.1.0152: cannot easily run individual tests on MS-Windows Problem: Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile.
diff --git a/Filelist b/Filelist index 07df299..5695a38 100644 --- a/Filelist +++ b/Filelist
@@ -7,6 +7,7 @@ .lgtm.yml \ .travis.yml \ appveyor.yml \ + src/Make_all.mak \ src/appveyor.bat \ src/README.txt \ src/alloc.h \