diff src/Makefile @ 20663:a72e3f26a361 v8.2.0885

patch 8.2.0885: "make shadow" does not link new lua test dir Commit: https://github.com/vim/vim/commit/3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 2 20:25:36 2020 +0200 patch 8.2.0885: "make shadow" does not link new lua test dir Problem: "make shadow" does not link new lua test dir. Solution: Also link testdir/testluaplugin. (Elimar Riesebieter)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Jun 2020 20:30:04 +0200
parents 6c5b11458f31
children 5ddd4df27068
line wrap: on
line diff
--- 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