]> git.ipfire.org Git - thirdparty/vim.git/commit
test(runtime/syntax): improve syntax tests
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>
Wed, 5 Mar 2025 20:15:45 +0000 (21:15 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Mar 2025 20:15:45 +0000 (21:15 +0100)
commit2e18facedeff94685191bb616ae60cbb2214e53b
tree35c4fa3131c9930ec77be49dcace1f5c371cb13d
parent273926e5c04f4659f42cb5ecb2f152bd1a95c1d5
test(runtime/syntax): improve syntax tests

When a syntax file is changed, timestamps of the corresponding files are
updated.

NOTE: At the moment this script does not strictly track dependency, like
cpp on c.

Also update ignore files

closes #16548

Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.gitignore
.hgignore
runtime/syntax/Makefile
runtime/syntax/testdir/README.txt
runtime/syntax/testdir/tools/maketestdeps [new file with mode: 0755]