view src/Make_all.mak @ 16342:06f3eb443e93 v8.1.1176

patch 8.1.1176: test for dragging a tab is flaky commit https://github.com/vim/vim/commit/7f27976589f075d591d54f754be257b5f6e6fd92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 15 21:48:22 2019 +0200 patch 8.1.1176: test for dragging a tab is flaky Problem: Test for dragging a tab is flaky. Solution: Add a brief sleep.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Apr 2019 22:00:06 +0200
parents d94901eeb762
children 1e76da634877
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h