Renamed build-time test method (#44572)

* libdistributed: renamed test to check_test
* libpressio-rmetric: renamed test method
* libpressio-tools: renamed test method
* Renamed build-time test methods for: libpressio-opt, libpressio-tthresh, opened

---------

Co-authored-by: Jackson Peter Lawrence <lawrence31@borax5.llnl.gov>
This commit is contained in:
AcriusWinter 2024-06-11 12:22:50 -07:00 committed by GitHub
parent 82a932c078
commit ddcf1a4b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -49,5 +49,5 @@ def cmake_args(self):
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
def check_test(self):
make("test")

View File

@ -51,5 +51,5 @@ def cmake_args(self):
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
def check_test(self):
make("test")

View File

@ -42,5 +42,5 @@ def cmake_args(self):
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
def check_test(self):
make("test")

View File

@ -114,5 +114,5 @@ def cmake_args(self):
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
def check_test(self):
make("test")

View File

@ -40,5 +40,5 @@ def cmake_args(self):
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
def check_test(self):
make("test")

View File

@ -116,7 +116,7 @@ def install(self, spec, prefix):
@run_after("install")
@on_package_attributes(run_tests=True)
def test(self):
def check_import(self):
if "+python" in self.spec:
self.run_test(
python.path,