view src/Make_all.mak @ 28305:c4b2aa8e1ee1 v8.2.4678

patch 8.2.4678: Vim9: not all code is tested Commit: https://github.com/vim/vim/commit/1061195057c4518877cb6da7591eadff9db14598 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 21:11:34 2022 +0100 patch 8.2.4678: Vim9: not all code is tested Problem: Vim9: not all code is tested. Solution: Add a few more tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 22: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