mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: move _test.v files for vdoc at the same level (#21473)
This commit is contained in:
parent
972a137087
commit
8eaaba6094
36 changed files with 11 additions and 12 deletions
4
TESTS.md
4
TESTS.md
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue