view src/Make_all.mak @ 22482:a1b3804163ca v8.2.1789

patch 8.2.1789: Vim9: crash with invalid list constant Commit: https://github.com/vim/vim/commit/c1f0066b642fb62e37b300033223ff3ee4aafcd6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 3 13:41:53 2020 +0200 patch 8.2.1789: Vim9: crash with invalid list constant Problem: Vim9: crash with invalid list constant. (Dhiraj Mishra) Solution: Return FAIL when compiling the list fails. (closes https://github.com/vim/vim/issues/7066)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Oct 2020 13:45:03 +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