Skip to content
Snippets Groups Projects
Commit 99cf7b4a authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Run HDF 5 tests post-installation (#2297)

parent bece9aca
Branches
Tags
No related merge requests found
...@@ -143,8 +143,8 @@ def configure_args(self): ...@@ -143,8 +143,8 @@ def configure_args(self):
return ["--with-zlib=%s" % spec['zlib'].prefix] + extra_args return ["--with-zlib=%s" % spec['zlib'].prefix] + extra_args
def check(self): @AutotoolsPackage.sanity_check('install')
super(Hdf5, self).check() def check_install(self):
# Build and run a small program to test the installed HDF5 library # Build and run a small program to test the installed HDF5 library
spec = self.spec spec = self.spec
print("Checking HDF5 installation...") print("Checking HDF5 installation...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment