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:
parent
82a932c078
commit
ddcf1a4b2e
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user