summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-06 19:25:19 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-06 19:25:19 +0100
commit5cab73f8cca46d831fb9337b176493da2a55ed5d (patch)
tree7336e8e2dac485ab9457474f45467b44cfe834ff /src/testdir/Make_all.mak
parent170fcfcf250954d76fca86e3fed088ddfdb49383 (diff)
patch 8.2.0223: some instructions not yet testedv8.2.0223
Problem: Some instructions not yet tested. Solution: Disassemble more instructions. Move tests to a new file. Compile call to s:function().
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 350e58e571..40e56a290f 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -268,6 +268,7 @@ NEW_TESTS = \
test_utf8 \
test_utf8_comparisons \
test_vartabs \
+ test_vim9_disassemble \
test_vim9_expr \
test_vim9_script \
test_viminfo \
@@ -470,6 +471,7 @@ NEW_TESTS_RES = \
test_user_func.res \
test_usercommands.res \
test_vartabs.res \
+ test_vim9_disassemble.res \
test_vim9_expr.res \
test_vim9_script.res \
test_viminfo.res \