summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-04-22 02:27:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-04-22 02:27:47 (GMT)
commite9a9dff3e3fe43090b689589a82b7a8b2edf9fdc (patch)
tree80605c0ef49d5538317e3ebfe59b3922ed4c04a9 /Makefile.in
parentfce396c5a7907a5f1acedd2c4ba9c0915acc6129 (diff)
downloadhdf5-e9a9dff3e3fe43090b689589a82b7a8b2edf9fdc.zip
hdf5-e9a9dff3e3fe43090b689589a82b7a8b2edf9fdc.tar.gz
hdf5-e9a9dff3e3fe43090b689589a82b7a8b2edf9fdc.tar.bz2
[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:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2674c61..cd0cec5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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: