blob: 6a6d2fe14eda485156312fca60410f1cf1a6e3ec [file] [log] [blame]
Bram Moolenaarf3dc2352018-07-04 23:05:34 +02001#
Bram Moolenaar6dc67032018-12-19 21:05:57 +01002# Common Makefile, defines the list of tests to run and other things.
Bram Moolenaarf3dc2352018-07-04 23:05:34 +02003#
4
Bram Moolenaar6dc67032018-12-19 21:05:57 +01005# Argument for running ctags.
6TAGS_FILES = \
7 *.c \
Bram Moolenaar7714d7b2020-04-24 21:21:06 +02008 *.cc \
Bram Moolenaar6dc67032018-12-19 21:05:57 +01009 *.cpp \
10 *.h \
11 auto/*.c \
12 libvterm/src/*.c \
13 libvterm/src/*.h \
14 libvterm/include/*.h \
15 xdiff/*.c \
16 xdiff/*.h