diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-11 17:30:16 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-11 17:30:16 +0100 |
commit | ec50401e1e1357a1340b3c92109fd4860e38a8ac (patch) | |
tree | 4e2437694f097dc4c34a88f10d3ae5701c048d15 /src/Make_mvc.mak | |
parent | 977239ef52763b6e640ac632c53a57ee17e05eaa (diff) | |
download | vim-git-ec50401e1e1357a1340b3c92109fd4860e38a8ac.tar.gz |
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.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 00c4f24bb..baf0b7d69 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 \ |