mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: rename v test-compiler-full to v test-self
This commit is contained in:
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`
|
||||
|
||||
Reference in New Issue
Block a user