Run HDF 5 tests post-installation (#2297)

This commit is contained in:
Adam J. Stewart 2016-11-10 23:50:32 -06:00 committed by Todd Gamblin
parent bece9aca84
commit 99cf7b4ab3

View file

@ -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...")