mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: rename v test-compiler-full
to v test-self
This commit is contained in:
parent
85bcfdd636
commit
927606dc39
10 changed files with 48 additions and 47 deletions
4
TESTS.md
4
TESTS.md
|
@ -62,7 +62,7 @@ This runs various CI tests, e.g.:
|
|||
|
||||
Check that most .v files, are invariant of `v fmt` runs.
|
||||
|
||||
## `v test-compiler-full`
|
||||
## `v test-self`
|
||||
|
||||
Run `vlib` module tests, *including* the compiler tests.
|
||||
|
||||
|
@ -79,7 +79,7 @@ most likely pass. Slowest, but most comprehensive.
|
|||
|
||||
It works, by running these in succession:
|
||||
* `v test-cleancode`
|
||||
* `v test-compiler-full`
|
||||
* `v test-self`
|
||||
* `v test-fmt`
|
||||
* `v build-tools`
|
||||
* `v build-examples`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue