1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: add v test-vet

This commit is contained in:
Delyan Angelov
2020-10-24 16:36:26 +03:00
parent 296a6095a4
commit 23ee3018c3
5 changed files with 117 additions and 68 deletions

View File

@@ -13,7 +13,7 @@ const (
simple_cmd = [
'fmt', 'up', 'vet',
'self', 'tracev', 'symlink', 'bin2v',
'test', 'test-fmt', 'test-compiler', 'test-fixed',
'test', 'test-fmt', 'test-compiler', 'test-fixed', 'test-vet',
'repl',
'build-tools', 'build-examples',
'build-vbinaries',