Add smoke tests to Ginkgo. (#19888)
This commit is contained in:
parent
bb42470211
commit
978e85d669
@ -93,3 +93,10 @@ def cmake_args(self):
|
|||||||
args.append('-DHIPBLAS_PATH={0}'.
|
args.append('-DHIPBLAS_PATH={0}'.
|
||||||
format(spec['hipblas'].prefix))
|
format(spec['hipblas'].prefix))
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
@run_after('install')
|
||||||
|
@on_package_attributes(run_tests=True)
|
||||||
|
def test_install(self):
|
||||||
|
"""Perform smoke tests on the installed package."""
|
||||||
|
with working_dir(self.build_directory):
|
||||||
|
make("test_install")
|
||||||
|
Loading…
Reference in New Issue
Block a user