Skip to content
Snippets Groups Projects

add spack post-installation testing

Merged Eleni Mathioulaki requested to merge test-spacktests-workaround into master
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -198,6 +198,13 @@ class Nest(CMakePackage):
@run_after('install')
@on_package_attributes(run_tests=True)
def installcheck(self):
print('''
##########################################
###
### RUNNING MAKE INSTALLCHECK
###
##########################################
''')
with working_dir(self.build_directory):
make("installcheck")