v test v has been deprecated

pull/3533/head
Jeremy Andrews 2020-01-21 18:48:32 +01:00 committed by Alexander Medvednikov
parent f4834bd85d
commit dd5751df0c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Commands:
build <module> Compile a module into an object file.
repl Run the V REPL. If V is running in a tty terminal, the REPL is interactive, otherwise it just reads from stdin.
symlink Useful on Unix systems. Symlinks the current V executable to /usr/local/bin/v, so that V is globally available.
test v Run all V test files, and compile all V examples.
test-compiler Run all V test files, and compile all V examples.
test folder/ Run all V test files located in the folder and its subfolders. You can also pass individual _test.v files too.
fmt Run vfmt to format the source code. [wip]
doc Run vdoc over the source code and produce documentation.