summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-02 20:25:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-02 20:25:36 +0200
commit3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 (patch)
tree498f940eb5487122ec989cc73ba3fdcecead75fb /src/Makefile
parentea6561af92eeb26fa0b4966575da7cadd98af1cd (diff)
patch 8.2.0885: "make shadow" does not link new lua test dirv8.2.0885
Problem: "make shadow" does not link new lua test dir. Solution: Also link testdir/testluaplugin. (Elimar Riesebieter)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 520ef0b933..c12481cc7a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2986,7 +2986,9 @@ shadow: runtime pixmaps
../../testdir/samples \
../../testdir/dumps \
../../testdir/test83-tags? \
- ../../testdir/*.ok .
+ ../../testdir/*.ok \
+ ../../testdir/testluaplugin \
+ .
# After updating Vim new files may have been created, use this to refresh the
# symbolic links in the shadow directory. This isn't guaranteed to catch all