Skip to content

Commit

Permalink
tools: move vpm.v into its own cmd/tools/vpm/ module (#19659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Oct 26, 2023
1 parent 0f81e3b commit c09b66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vbuild-tools.v
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'vcreate']
const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']

// non_packaged_tools are tools that should not be packaged with
// prebuild versions of V, to keep the size smaller.
Expand Down
File renamed without changes.

0 comments on commit c09b66b

Please sign in to comment.