summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-16 15:40:53 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-16 15:40:53 +0100
commitf1f60f859cdbb2638b3662ccf7b1d179865fe7dc (patch)
tree739551087fb1b9948568366dc5d6187861dbcaf5 /src/testdir/Make_all.mak
parente39b3d9fb4e4006684c33847d1ef6a0d742699dd (diff)
patch 7.4.1102v7.4.1102
Problem: Debugger has no stack backtrace support. Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto Fanjul, closes #433)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 6af9b84b04..33fc3451b7 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -89,6 +89,7 @@ SCRIPTS_ALL = \
test105.out \
test106.out \
test107.out \
+ test108.out \
test_argument_0count.out \
test_argument_count.out \
test_autocmd_option.out \