commit | c3e539fa703b23d9a24c3520c96ec305ee932cb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 20:37:56 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 20:37:56 2016 +0200 |
tree | 6ba1b53de6ff2674051d9b71c9ed5106248a51ad | |
parent | 502ae4ba63561c98ac69af26cd9883bfd18d225f [diff] [blame] |
patch 7.4.2052 Problem: Coverage report is messed up by the unittests. Solution: Add a separate test target for script tests. Use that when collecting coverage information.
diff --git a/src/version.c b/src/version.c index 575b43a..d9701fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2052, +/**/ 2051, /**/ 2050,