[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:
Albert Cheng 2003-04-21 21:27:47 -05:00
parent fce396c5a7
commit e9a9dff3e3

View File

@ -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: