diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-02-05 12:36:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-02-05 12:36:42 +0100 |
commit | 09edc46d01ee0804e29594738c5b86a8a2c06ca0 (patch) | |
tree | c73b6af01ef076893a608b641c896dab00c74f19 /src/Makefile | |
parent | 4315f26500934bff48ed9bda85d2c9db0c8c73f7 (diff) | |
download | vim-git-09edc46d01ee0804e29594738c5b86a8a2c06ca0.tar.gz |
updated for version 7.4.162v7.4.162
Problem: Running tests in shadow dir doesn't work.
Solution: Add testdir/sautest to the shadow target. (James McCoy)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index bceb65c8e..6b006f565 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2381,6 +2381,7 @@ shadow: runtime pixmaps ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/python* \ + ../../testdir/sautest \ ../../testdir/test83-tags? \ ../../testdir/*.ok . |