view src/Make_all.mak @ 17270:9508c12eec55 v8.1.1634

patch 8.1.1634: terminal test fails when term_getansicolors() is missing commit https://github.com/vim/vim/commit/981d9dc8f3d7a470eb3be7ba60fe1c1f31e7f470 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 22:32:39 2019 +0200 patch 8.1.1634: terminal test fails when term_getansicolors() is missing Problem: Terminal test fails when term_getansicolors() is missing. Diff test fails without +rightleft. (Dominique Pelle) Solution: Check if term_getansicolors() is supported. (closes #4597)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 22:45:05 +0200
parents d94901eeb762
children 1e76da634877
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h