mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r6725] Purpose:
Feature Description: Added a simple way to run make check in the fortran/examples too. This would be a good exercise of the installed h5fc command. (A more systematic way, similar to install-examples, should be implemented.) Platforms tested: h5committested--that only made sure the change did not break anything. Also tested "make check-install" in modi4 to make sure the changes do work. Misc. update:
This commit is contained in:
parent
fce396c5a7
commit
e9a9dff3e3
@ -122,6 +122,9 @@ uninstall-doc:
|
||||
## need to require a proper "make install" has been done.
|
||||
check-install:
|
||||
(cd examples && $(MAKE) check) || exit 1;
|
||||
if test -d fortran/examples; then \
|
||||
(cd fortran/examples && $(MAKE) check) || exit 1; \
|
||||
fi
|
||||
|
||||
## Number format detection
|
||||
H5detect:
|
||||
|
Loading…
Reference in New Issue
Block a user