summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-14 14:55:39 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-14 14:55:39 +0200
commitecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54 (patch)
treec711959d1b0fd9cffa3d90a57e62efe1321b9e6d /Filelist
parent2898ebb44cee62a70a11b44a97bdad8cc00157b1 (diff)
patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687
Problem: The evalfunc.c file is too big. Solution: Move testing support to a separate file.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index dfa53075e4..c3262efe49 100644
--- a/Filelist
+++ b/Filelist
@@ -100,6 +100,7 @@ SRC_ALL = \
src/terminal.c \
src/term.h \
src/termlib.c \
+ src/testing.c \
src/textprop.c \
src/ui.c \
src/undo.c \
@@ -224,6 +225,7 @@ SRC_ALL = \
src/proto/term.pro \
src/proto/terminal.pro \
src/proto/termlib.pro \
+ src/proto/testing.pro \
src/proto/textprop.pro \
src/proto/ui.pro \
src/proto/undo.pro \