0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.4.162

Problem:    Running tests in shadow dir doesn't work.
Solution:   Add testdir/sautest to the shadow target. (James McCoy)
This commit is contained in:
Bram Moolenaar 2014-02-05 12:36:42 +01:00
parent 4315f26500
commit 09edc46d01
2 changed files with 3 additions and 0 deletions

View File

@ -2381,6 +2381,7 @@ shadow: runtime pixmaps
../../testdir/*.in \
../../testdir/*.vim \
../../testdir/python* \
../../testdir/sautest \
../../testdir/test83-tags? \
../../testdir/*.ok .

View File

@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
162,
/**/
161,
/**/