1function runtest (testscript)
2%RUNTEST run a single GraphBLAS test
3
4% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
5% SPDX-License-Identifier: Apache-2.0
6
7eval (testscript) ;
8
9