changeset 9039:0764ed56b18c v7.4.1805

commit https://github.com/vim/vim/commit/4cc39a527fecc96ad6639f10c9389c66af828cf1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 15:08:27 2016 +0200 patch 7.4.1805 Problem: Running tests in shadow dir fails. Solution: Link the samples directory
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 15:15:05 +0200
parents 515717037fc1
children c3ba708cfa09
files src/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2608,6 +2608,7 @@ shadow:	runtime pixmaps
 				 ../../testdir/*.py \
 				 ../../testdir/python* \
 				 ../../testdir/sautest \
+				 ../../testdir/samples \
 				 ../../testdir/test83-tags? \
 				 ../../testdir/*.ok .
 
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1805,
+/**/
     1804,
 /**/
     1803,