view src/Make_all.mak @ 33858:af382e6903ac

CI: disable the test_terminal_resize() test for GH CI in GUI (#13603) Commit: https://github.com/vim/vim/commit/926c3f45a20c9c9667466f69d8c33ef8acb354ec Author: Christian Brabandt <cb@256bit.org> Date: Fri Dec 1 16:59:32 2023 +0000 CI: disable the test_terminal_resize() test for GH CI in GUI (https://github.com/vim/vim/issues/13603) fixes: https://github.com/vim/vim/issues/13566 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Dec 2023 18:00:05 +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