0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.1439: tiny and small builds have no test coverage

Problem:    Tiny and small builds have no test coverage.
Solution:   Restore tests that do not depend on the +eval feature.
            (Ken Takata, closes #6696)
This commit is contained in:
Bram Moolenaar
2020-08-13 18:59:55 +02:00
parent 7ac616cb0a
commit b96a32ef1a
33 changed files with 607 additions and 214 deletions

View File

@@ -1464,12 +1464,22 @@ cmdidxs: ex_cmds.h
test:
cd testdir
$(MAKE) /NOLOGO -f Make_dos.mak win32
$(MAKE) /NOLOGO -f Make_dos.mak
cd ..
testgvim:
cd testdir
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim
cd ..
testtiny:
cd testdir
$(MAKE) /NOLOGO -f Make_dos.mak tiny
cd ..
testgvimtiny:
cd testdir
$(MAKE) /NOLOGO -f Make_dos.mak tiny VIMPROG=..\gvim
cd ..
testclean:
@@ -1477,9 +1487,9 @@ testclean:
$(MAKE) /NOLOGO -f Make_dos.mak clean
cd ..
# Run test1 to bootstrap tests
# Run individual OLD style test.
# These do not depend on the executable, compile it when needed.
$(SCRIPTS_FIRST:.out=):
$(SCRIPTS_TINY):
cd testdir
- if exist $@.out del $@.out
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) nolog