1
0
forked from aniani/vim
Files
vim/src/Make_all.mak
Bram Moolenaar ec50401e1e patch 8.1.0723: cannot easily run specific test when in src/testdir
Problem:    Cannot run specific test when in src/testdir the same was as in
            the src directory.
Solution:   Move build rule to src/testdir/Makefile.
2019-01-11 17:30:16 +01:00

16 lines
243 B
Makefile

#
# 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