blob: 591350f41348ced23f680569c1e46418332bb1c6 [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 \
8 *.cpp \
9 *.h \
10 auto/*.c \
11 libvterm/src/*.c \
12 libvterm/src/*.h \
13 libvterm/include/*.h \
14 xdiff/*.c \
15 xdiff/*.h