1
0
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:
Delyan Angelov 2023-01-19 09:54:08 +02:00
parent bee355eb65
commit 269833b72c
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
3 changed files with 1 additions and 1 deletions

View File

@ -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.