From dd5751df0cf453e8d67477bdd88b31bd3b80ddbb Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Tue, 21 Jan 2020 18:48:32 +0100 Subject: [PATCH] v test v has been deprecated --- vlib/compiler/vhelp.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/compiler/vhelp.v b/vlib/compiler/vhelp.v index 6207194bf4..c06c1c0de4 100644 --- a/vlib/compiler/vhelp.v +++ b/vlib/compiler/vhelp.v @@ -71,7 +71,7 @@ Commands: build 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.