tools: move _test.v files for vdoc at the same level (#21473)

This commit is contained in:
Delyan Angelov 2024-05-08 17:29:49 +03:00 committed by GitHub
parent 972a137087
commit 8eaaba6094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 11 additions and 12 deletions

View file

@ -191,5 +191,5 @@ The VDOC test vdoc_file_test.v now also supports VAUTOFIX, which is
useful, if you change anything inside cmd/tools/vdoc or vlib/v/doc/,
or inside the modules that it depends on (like markdown).
After such changes, just run this command *2 times*, and commit the
resulting changes in `cmd/tools/vdoc/tests/testdata` as well:
`VAUTOFIX=1 ./v cmd/tools/vdoc/tests/vdoc_file_test.v`
resulting changes in `cmd/tools/vdoc/testdata` as well:
`VAUTOFIX=1 ./v cmd/tools/vdoc/vdoc_file_test.v`