1
0
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:
Delyan Angelov
2021-01-19 10:41:51 +02:00
parent 85bcfdd636
commit 927606dc39
10 changed files with 48 additions and 47 deletions

View File

@@ -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`