view src/Make_all.mak @ 18609:efad02c0e3e1 v8.1.2298

patch 8.1.2298: missing part of 8.1.2296 Commit: https://github.com/vim/vim/commit/0743ef9f8a5b09787e2e0719d96e28e953a79189 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 13 16:37:31 2019 +0100 patch 8.1.2298: missing part of 8.1.2296 Problem: Missing part of 8.1.2296. Solution: s/test/text/
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Nov 2019 16:45:04 +0100
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