summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-10-25 16:53:19 +0200
committerBram Moolenaar <Bram@vim.org>2018-10-25 16:53:19 +0200
commitc0fe4978f2311be9a0221d4c2369251c719b399a (patch)
tree8061774a07046f9d5c50f5b05954944ec133944d /Filelist
parentf86db78fed78541cefdb706e4779ce5ae9ca7820 (diff)
patch 8.1.0496: no tests for indent filesv8.1.0496
Problem: No tests for indent files. Solution: Add a mechanism for running indent file tests. Add a first test for Vim indenting.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist5
1 files changed, 5 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 3052d7523a..117f0fac06 100644
--- a/Filelist
+++ b/Filelist
@@ -691,6 +691,11 @@ RT_SCRIPTS = \
runtime/compiler/README.txt \
runtime/indent/*.vim \
runtime/indent/README.txt \
+ runtime/indent/Makefile \
+ runtime/indent/testdir/README.txt \
+ runtime/indent/testdir/*.vim \
+ runtime/indent/testdir/*.in \
+ runtime/indent/testdir/*.ok \
runtime/ftplugin/*.vim \
runtime/ftplugin/logtalk.dict \
runtime/ftplugin/README.txt \