tests: add v test-all, move v test-fixed to v test-compiler-full

This commit is contained in:
Delyan Angelov 2021-01-17 16:04:08 +02:00
parent e4850cd6dd
commit 460f32baf2
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
14 changed files with 226 additions and 166 deletions

View file

@ -10,12 +10,12 @@ du -s .
ls -lat
##./v test-compiler
##./v test-all
## try running the known failing tests first to get faster feedback
./v test vlib/builtin/string_test.v vlib/strings/builder_test.v
./v test-fixed
./v test-compiler-full
./v build-vbinaries