From 46acad7284cba7842b5e505fa3d07e99806d246f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 11 Jun 2023 19:04:18 +0100 Subject: patch 9.0.1627: no generic mechanism to test syntax plugins Problem: No generic mechanism to test syntax plugins. Solution: Add a syntax plugin test mechanism, using screendumps. Add a simple test for "c". --- Filelist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 392ef809d8..c6c53e7c83 100644 --- a/Filelist +++ b/Filelist @@ -805,6 +805,11 @@ RT_SCRIPTS = \ runtime/syntax/README.txt \ runtime/syntax/shared/*.vim \ runtime/syntax/shared/README.txt \ + runtime/syntax/Makefile \ + runtime/syntax/testdir/README.txt \ + runtime/syntax/testdir/runtest.vim \ + runtime/syntax/testdir/input/*.* \ + runtime/syntax/testdir/dumps/*.dump \ # Unix runtime RT_UNIX = \ -- cgit v1.2.3