cbench: renamed test_blas_linkage to check_blas_linkage (#35690)
This commit is contained in:
parent
2e8306d324
commit
f88dec43df
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def setup_build_environment(self, env):
|
|||
|
||||
@run_before("build")
|
||||
@on_package_attributes(run_tests=True)
|
||||
def test_blas_linkage(self):
|
||||
def check_blas_linkage(self):
|
||||
"""Quick test to ensure that BLAS linkage is working correctly."""
|
||||
|
||||
make("-C", "opensource/maketests", "clean")
|
||||
|
|
Loading…
Reference in a new issue