We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v test-self
_test.c.v
1 parent ea2d92d commit 9f95ab7Copy full SHA for 9f95ab7
cmd/tools/vtest-self.v
@@ -345,6 +345,7 @@ fn main() {
345
all_test_files << os.walk_ext(os.join_path(vroot, 'cmd'), '_test.v')
346
test_js_files := os.walk_ext(os.join_path(vroot, 'vlib'), '_test.js.v')
347
all_test_files << test_js_files
348
+ all_test_files << os.walk_ext(os.join_path(vroot, 'vlib'), '_test.c.v')
349
350
if just_essential {
351
rooted_essential_list := essential_list.map(os.join_path(vroot, it))
0 commit comments