mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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>
This commit is contained in:
committed by
Christian Brabandt
parent
273926e5c0
commit
2e18facede
7
.gitignore
vendored
7
.gitignore
vendored
@ -96,6 +96,13 @@ src/json_test
|
||||
src/message_test
|
||||
src/kword_test
|
||||
|
||||
runtime/syntax/testdir/Xfilter
|
||||
runtime/syntax/testdir/done/
|
||||
runtime/syntax/testdir/failed/
|
||||
runtime/syntax/testdir/messages
|
||||
runtime/syntax/testdir/testdeps.mk
|
||||
runtime/syntax/testdir/vimcmd
|
||||
|
||||
# Generated by "make install"
|
||||
runtime/doc/doctags
|
||||
runtime/doc/tags-*
|
||||
|
Reference in New Issue
Block a user