diff src/configure.ac @ 18418:2329061e6289 v8.1.2203

patch 8.1.2203: running libvterm tests without the +terminal feature Commit: https://github.com/vim/vim/commit/823edd1eed00329e4b269991155bbdb1d9aaa540 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 23 22:35:36 2019 +0200 patch 8.1.2203: running libvterm tests without the +terminal feature Problem: Running libvterm tests without the +terminal feature. Solution: Only add the libvterm test target when building libvterm.
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Oct 2019 22:45:03 +0200
parents da6a7491e148
children 53e66eb23321
line wrap: on
line diff
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -2108,6 +2108,8 @@ if test "$enable_terminal" = "yes" -a "$
   AC_SUBST(TERM_SRC)
   TERM_OBJ="objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o"
   AC_SUBST(TERM_OBJ)
+  TERM_TEST="test_libvterm"
+  AC_SUBST(TERM_TEST)
 fi
 
 AC_MSG_CHECKING(--enable-autoservername argument)