Skip to content
Snippets Groups Projects
Commit c504eb57 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'add-arbor-test' into 'test-spacktests-workaround'

add simple installation-time test to arbor

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!294
parents 6b3b2c2d 7b6c3b6a
No related branches found
No related tags found
No related merge requests found
......@@ -123,3 +123,8 @@ class Arbor(CMakePackage, CudaPackage):
args.append("-DARB_CXX_FLAGS_TARGET=" + opt_flags)
return args
@run_after('install')
@on_package_attributes(run_tests=True)
def install_test(self):
python('-c', 'import arbor')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment