minor update

This commit is contained in:
Blaise Tine
2021-10-11 17:11:36 -04:00
parent e324c9a90a
commit 549629440d
4 changed files with 9 additions and 4 deletions

View File

@@ -3,6 +3,9 @@
# exit when any command fails
set -e
# ensure build
make -s
coverage()
{
echo "begin coverage tests..."