summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-02 12:59:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-02 12:59:00 +0100
commiteda29c971c0592d85c5856da7708f3edfdc54cfa (patch)
treef37f04d2c98fd585635f0c8e751e4827d6ff8d11 /src/testdir/Make_all.mak
parentb393275ae91eb9a8df7a9a611bd75590db9b22db (diff)
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637
Problem: Syntax of commands in Vim9 script depends on +eval feature. Solution: Use same syntax with and without the +eval feature.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 18409d2d60..9a12f7fe26 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -12,6 +12,7 @@ CLEANUP_FILES = test.log messages starttime
# Tests for tiny and small builds.
SCRIPTS_TINY = \
+ test10 \
test20 \
test21 \
test22 \
@@ -22,6 +23,7 @@ SCRIPTS_TINY = \
test27
SCRIPTS_TINY_OUT = \
+ test10.out \
test20.out \
test21.out \
test22.out \