view src/Make_all.mak @ 20301:e1a8d2040bd7 v8.2.0706

patch 8.2.0706: Vim9: using assert_fails() causes function to finish Commit: https://github.com/vim/vim/commit/8a1c1013153a7f08e014facac883a1987985d6db Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 14:07:25 2020 +0200 patch 8.2.0706: Vim9: using assert_fails() causes function to finish Problem: Vim9: using assert_fails() causes function to finish. Solution: Check did_emsg instead of called_emsg.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 14:15: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