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.
1 parent c9741d1 commit 72f83caCopy full SHA for 72f83ca
bin/test
@@ -39,7 +39,7 @@ for practice_exercise_dir in ./exercises/practice/*/; do
39
# copy test v file
40
cp "${practice_exercise_dir}run_test.v" "temp/run_test.v"
41
# run tests in tmp directory
42
- v run temp/run_test.v
+ v -stats test temp/run_test.v
43
# clear tmp directory
44
rm -rf ./temp
45
fi
0 commit comments