From c3e539fa703b23d9a24c3520c96ec305ee932cb4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 16 Jul 2016 20:37:56 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 575b43a74..d9701fe19 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2052, /**/ 2051, /**/ -- cgit v1.2.3