mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: move cmd/tools/vcreate.v
and its test, to its own folder cmd/tools/vcreate/
(part 1)
This commit is contained in:
parent
bee355eb65
commit
269833b72c
@ -11,7 +11,7 @@ import v.util
|
||||
// should be compiled (v folder).
|
||||
// To implement that, these folders are initially skipped, then added
|
||||
// as a whole *after the testing.prepare_test_session call*.
|
||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere']
|
||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere', 'vcreate']
|
||||
|
||||
// non_packaged_tools are tools that should not be packaged with
|
||||
// prebuild versions of V, to keep the size smaller.
|
||||
|
Loading…
Reference in New Issue
Block a user