tools: move vpm.v into its own cmd/tools/vpm/ module (#19659)

This commit is contained in:
Turiiya 2023-10-26 08:51:44 +02:00 committed by GitHub
parent 0f81e3bfd7
commit c09b66b00b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import v.util
// should be compiled (v folder). // should be compiled (v folder).
// To implement that, these folders are initially skipped, then added // To implement that, these folders are initially skipped, then added
// as a whole *after the testing.prepare_test_session call*. // as a whole *after the testing.prepare_test_session call*.
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere', 'vcreate'] const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']
// non_packaged_tools are tools that should not be packaged with // non_packaged_tools are tools that should not be packaged with
// prebuild versions of V, to keep the size smaller. // prebuild versions of V, to keep the size smaller.