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
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
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`