0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0723: cannot easily run specific test when in src/testdir

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.
This commit is contained in:
Bram Moolenaar
2019-01-11 17:30:16 +01:00
parent 977239ef52
commit ec50401e1e
10 changed files with 378 additions and 362 deletions

View File

@@ -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 \