Skip to content

Commit 57faa45

Browse files
authored
fix: make testing more verbose with -stats (#37) (fixes #12)
1 parent a559a61 commit 57faa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for practice_exercise_dir in ./exercises/practice/*/; do
3939
# copy test v file
4040
cp "${practice_exercise_dir}run_test.v" "temp/run_test.v"
4141
# run tests in tmp directory
42-
v run temp/run_test.v
42+
v -stats test temp/run_test.v
4343
# clear tmp directory
4444
rm -rf ./temp
4545
fi

0 commit comments

Comments
 (0)