summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-11 17:30:16 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-11 17:30:16 +0100
commitec50401e1e1357a1340b3c92109fd4860e38a8ac (patch)
tree4e2437694f097dc4c34a88f10d3ae5701c048d15 /src/Make_mvc.mak
parent977239ef52763b6e640ac632c53a57ee17e05eaa (diff)
patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723
Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 00c4f24bb6..baf0b7d692 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -694,6 +694,7 @@ CFLAGS = $(CFLAGS) /Zl /MTd
!endif # DEBUG
!include Make_all.mak
+!include testdir\Make_all.mak
INCL = vim.h alloc.h arabic.h ascii.h ex_cmds.h farsi.h feature.h globals.h \
keymap.h macros.h option.h os_dos.h os_win32.h proto.h regexp.h \