view src/Make_all.mak @ 23283:b5786cf7c114 v8.2.2187

patch 8.2.2187: Python 3 test fails sometimes Commit: https://github.com/vim/vim/commit/07761a3b965ec3be0c8d52aae9b6dc09c2127d27 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 22 12:50:10 2020 +0100 patch 8.2.2187: Python 3 test fails sometimes Problem: Python 3 test fails sometimes. (Christian Brabandt) Solution: Accept two SystemError messages.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Dec 2020 13:00:04 +0100
parents 1e76da634877
children
line wrap: on
line source

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

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