summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-29 20:15:08 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-29 20:15:08 +0200
commitc6df10e5d33ffab2c392626e285317ea8241ebff (patch)
treeb8575224551ff6774d6eaaa2a716aede712967fb /src/Makefile
parent70229f951f00cdcff790f2e70b0b0a601202e9e7 (diff)
patch 8.0.0804: terminal window functions not yet implementedv8.0.0803
Problem: Terminal window functions not yet implemented. Solution: Implement several functions. Add a first test. (Yasuhiro Matsumoto, closes #1871)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e522c78c48..e4ccf37e1e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2256,6 +2256,7 @@ test_arglist \
test_tagjump \
test_taglist \
test_tcl \
+ test_terminal \
test_textobjects \
test_timers \
test_true_false \