#!/bin/bash

# ------------------------------------------------------------------------------
# CHOLMOD/Tcov Module.  Copyright (C) 2005-2022, Timothy A. Davis.
# All Rights Reserved.
# SPDX-License-Identifier: GPL-2.0+
# ------------------------------------------------------------------------------

./gcovs z*.c l_*c
./covs *.gcov > covs.out
echo -n "statments not yet tested: "
grep -c "#####" covs.out
