comparison src/Makefile @ 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 df141c730008
comparison
equal deleted inserted replaced
18417:6078cddee0b1 18418:2329061e6289
2191 2191
2192 # TESTING 2192 # TESTING
2193 # 2193 #
2194 # Execute the test scripts and the unittests. 2194 # Execute the test scripts and the unittests.
2195 # Do the scripttests first, so that the summary shows last. 2195 # Do the scripttests first, so that the summary shows last.
2196 test check: unittests test_libvterm scripttests 2196 test check: unittests $(TERM_TEST) scripttests
2197 2197
2198 # Execute the test scripts. Run these after compiling Vim, before installing. 2198 # Execute the test scripts. Run these after compiling Vim, before installing.
2199 # This doesn't depend on $(VIMTARGET), because that won't work when configure 2199 # This doesn't depend on $(VIMTARGET), because that won't work when configure
2200 # wasn't run yet. Restart make to build it instead. 2200 # wasn't run yet. Restart make to build it instead.
2201 # 2201 #