view src/Make_all.mak @ 24418:baf4913fe21c v8.2.2749

patch 8.2.2749: Vim9: test for error can be a bit flaky Commit: https://github.com/vim/vim/commit/fe95b94ffa75c4925ad16c43f94092f2b1d35fc6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 10 20:52:43 2021 +0200 patch 8.2.2749: Vim9: test for error can be a bit flaky Problem: Vim9: test for error can be a bit flaky. Solution: Increase the wait time a bit.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Apr 2021 21:00:04 +0200
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