Skip to content

Commit

Permalink
add vpm to tools_in_subfolders, alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 25, 2023
1 parent aa1dda1 commit 1a7889f
Showing 1 changed file 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

0 comments on commit 1a7889f

Please sign in to comment.