2021-08-20 10:27:14 +02:00
|
|
|
Index: vim-8.2.3318/src/testdir/Make_all.mak
|
2021-07-23 18:29:17 +02:00
|
|
|
===================================================================
|
2021-08-20 10:27:14 +02:00
|
|
|
--- vim-8.2.3318.orig/src/testdir/Make_all.mak
|
|
|
|
+++ vim-8.2.3318/src/testdir/Make_all.mak
|
|
|
|
@@ -30,23 +30,17 @@ SCRIPTS_TINY_OUT = \
|
2021-07-23 18:29:17 +02:00
|
|
|
|
|
|
|
# Tests for Vim9 script.
|
|
|
|
TEST_VIM9 = \
|
|
|
|
- test_vim9_assign \
|
|
|
|
test_vim9_builtin \
|
|
|
|
test_vim9_cmd \
|
|
|
|
test_vim9_disassemble \
|
|
|
|
- test_vim9_expr \
|
|
|
|
test_vim9_fails \
|
2021-08-20 10:27:14 +02:00
|
|
|
- test_vim9_func \
|
2021-07-23 18:29:17 +02:00
|
|
|
test_vim9_script
|
|
|
|
|
|
|
|
TEST_VIM9_RES = \
|
|
|
|
- test_vim9_assign.res \
|
|
|
|
test_vim9_builtin.res \
|
|
|
|
test_vim9_cmd.res \
|
|
|
|
test_vim9_disassemble.res \
|
|
|
|
- test_vim9_expr.res \
|
|
|
|
test_vim9_fails.res \
|
2021-08-20 10:27:14 +02:00
|
|
|
- test_vim9_func.res \
|
2021-07-23 18:29:17 +02:00
|
|
|
test_vim9_script.res
|
2021-08-20 10:27:14 +02:00
|
|
|
|
|
|
|
# Benchmark scripts.
|
|
|
|
@@ -222,7 +216,6 @@ NEW_TESTS = \
|
2021-07-23 18:29:17 +02:00
|
|
|
test_quickfix \
|
|
|
|
test_quotestar \
|
|
|
|
test_random \
|
|
|
|
- test_recover \
|
|
|
|
test_regex_char_classes \
|
|
|
|
test_regexp_latin \
|
|
|
|
test_regexp_utf8 \
|
2021-10-31 11:07:10 +01:00
|
|
|
@@ -458,7 +451,6 @@ NEW_TESTS_RES = \
|
2021-07-23 18:29:17 +02:00
|
|
|
test_quickfix.res \
|
|
|
|
test_quotestar.res \
|
|
|
|
test_random.res \
|
|
|
|
- test_recover.res \
|
|
|
|
test_regex_char_classes.res \
|
|
|
|
test_registers.res \
|
|
|
|
test_rename.res \
|