view src/Make_all.mak @ 24584:abc4793f48a3 v8.2.2831

patch 8.2.2831: Vim9: expandcmd() not tested Commit: https://github.com/vim/vim/commit/02795104442764cd162c2213c7d942a8ddc0a691 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 3 21:40:26 2021 +0200 patch 8.2.2831: Vim9: expandcmd() not tested Problem: Vim9: expandcmd() not tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 21: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