summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-23 22:35:36 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-23 22:35:36 +0200
commit823edd1eed00329e4b269991155bbdb1d9aaa540 (patch)
tree58ed2ad503c4ee27302df70fe51739bd409d645b /src/Makefile
parent93bbf33ceb1c13bd77e46f38164f9211da5d5f0e (diff)
patch 8.1.2203: running libvterm tests without the +terminal featurev8.1.2203
Problem: Running libvterm tests without the +terminal feature. Solution: Only add the libvterm test target when building libvterm.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c08446339c..90390e0335 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2193,7 +2193,7 @@ types.vim: $(TAGS_FILES)
#
# Execute the test scripts and the unittests.
# Do the scripttests first, so that the summary shows last.
-test check: unittests test_libvterm scripttests
+test check: unittests $(TERM_TEST) scripttests
# Execute the test scripts. Run these after compiling Vim, before installing.
# This doesn't depend on $(VIMTARGET), because that won't work when configure