//------------------------------------------------------------------------------ // GB_coverage.c: global array for Tcov test coverage //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2023, All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 //------------------------------------------------------------------------------ #include "GB.h" // global array for test coverage int64_t GB_cov [GBCOVER_MAX] ;