2020-03-31 16:30:46 +02:00
|
|
|
Index: vim-8.2.0348/src/testdir/Make_all.mak
|
2017-10-12 10:18:37 +02:00
|
|
|
===================================================================
|
2020-03-31 16:30:46 +02:00
|
|
|
--- vim-8.2.0348.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.2.0348/src/testdir/Make_all.mak
|
2019-12-30 22:14:10 +01:00
|
|
|
@@ -54,7 +54,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 \
|
2020-03-31 16:30:46 +02:00
|
|
|
@@ -185,7 +184,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 \
|
2020-03-31 16:30:46 +02:00
|
|
|
@@ -301,7 +299,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 \
|
2020-03-31 16:30:46 +02:00
|
|
|
Index: vim-8.2.0348/src/testdir/Makefile
|
2019-02-07 20:50:05 +01:00
|
|
|
===================================================================
|
2020-03-31 16:30:46 +02:00
|
|
|
--- vim-8.2.0348.orig/src/testdir/Makefile
|
|
|
|
+++ vim-8.2.0348/src/testdir/Makefile
|
2019-02-07 20:50:05 +01:00
|
|
|
@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
|
|
|
|
# Explicit dependencies.
|
|
|
|
test49.out: test49.vim
|
|
|
|
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|
|
|
|
-
|
|
|
|
SCRIPTS_BENCH = bench_re_freeze.out
|
2019-01-04 14:34:11 +01:00
|
|
|
|
2019-02-07 20:50:05 +01:00
|
|
|
.SUFFIXES: .in .out .res .vim
|
2019-09-18 12:08:30 +02:00
|
|
|
@@ -178,8 +176,5 @@ 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
|