2021-06-30 11:16:12 +02:00
|
|
|
Index: vim-8.2.3075/src/testdir/Make_all.mak
|
2020-09-05 12:31:52 +02:00
|
|
|
===================================================================
|
2021-06-30 11:16:12 +02:00
|
|
|
--- vim-8.2.3075.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.2.3075/src/testdir/Make_all.mak
|
2021-01-28 13:22:22 +01:00
|
|
|
@@ -63,7 +63,6 @@ NEW_TESTS = \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_autoload \
|
|
|
|
test_backspace_opt \
|
|
|
|
test_backup \
|
|
|
|
- test_balloon \
|
2019-06-17 15:41:54 +02:00
|
|
|
test_balloon_gui \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_behave \
|
|
|
|
test_blob \
|
2021-10-31 11:07:10 +01:00
|
|
|
@@ -204,7 +203,6 @@ NEW_TESTS = \
|
2019-02-07 20:50:05 +01:00
|
|
|
test_netbeans \
|
|
|
|
test_normal \
|
|
|
|
test_number \
|
|
|
|
- test_options \
|
|
|
|
test_packadd \
|
|
|
|
test_partial \
|
|
|
|
test_paste \
|
2021-10-31 11:07:10 +01:00
|
|
|
@@ -262,7 +260,6 @@ NEW_TESTS = \
|
|
|
|
test_stat \
|
|
|
|
test_statusline \
|
|
|
|
test_substitute \
|
|
|
|
- test_suspend \
|
|
|
|
test_swap \
|
|
|
|
test_syn_attr \
|
|
|
|
test_syntax \
|
|
|
|
@@ -324,7 +321,6 @@ NEW_TESTS_RES = \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_autocmd.res \
|
|
|
|
test_autoload.res \
|
|
|
|
test_backspace_opt.res \
|
|
|
|
- test_balloon.res \
|
2019-06-17 15:41:54 +02:00
|
|
|
test_balloon_gui.res \
|
2019-05-14 16:51:12 +02:00
|
|
|
test_blob.res \
|
|
|
|
test_blockedit.res \
|
2021-10-31 11:07:10 +01:00
|
|
|
@@ -490,7 +486,6 @@ NEW_TESTS_RES = \
|
|
|
|
test_stat.res \
|
|
|
|
test_statusline.res \
|
|
|
|
test_substitute.res \
|
|
|
|
- test_suspend.res \
|
|
|
|
test_swap.res \
|
|
|
|
test_syn_attr.res \
|
|
|
|
test_syntax.res \
|
2021-06-30 11:16:12 +02:00
|
|
|
Index: vim-8.2.3075/src/testdir/Makefile
|
2020-09-05 12:31:52 +02:00
|
|
|
===================================================================
|
2021-06-30 11:16:12 +02:00
|
|
|
--- vim-8.2.3075.orig/src/testdir/Makefile
|
|
|
|
+++ vim-8.2.3075/src/testdir/Makefile
|
2020-09-05 12:31:52 +02:00
|
|
|
@@ -26,9 +26,6 @@ default: nongui
|
|
|
|
# This defines SCRIPTS_TINY_OUT, NEW_TESTS and NEW_TESTS_RES.
|
|
|
|
include Make_all.mak
|
2019-02-07 20:50:05 +01:00
|
|
|
|
2020-09-05 12:31:52 +02:00
|
|
|
-# Explicit dependencies.
|
2019-02-07 20:50:05 +01:00
|
|
|
-test_options.res test_alot.res: opt_test.vim
|
|
|
|
-
|
|
|
|
.SUFFIXES: .in .out .res .vim
|
2020-09-05 12:31:52 +02:00
|
|
|
|
|
|
|
nongui: nolog tinytests newtests report
|
|
|
|
@@ -149,9 +146,6 @@ test_gui_init.res: test_gui_init.vim
|
2017-11-29 15:11:38 +01:00
|
|
|
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
|
|
|
|
@rm vimcmd
|
2018-05-23 14:03:50 +02:00
|
|
|
|
2019-09-18 12:08:30 +02:00
|
|
|
-opt_test.vim: ../optiondefs.h gen_opt_test.vim
|
|
|
|
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h
|
2018-05-23 14:03:50 +02:00
|
|
|
-
|
|
|
|
test_xxd.res:
|
|
|
|
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim
|
2020-05-06 10:44:02 +02:00
|
|
|
|