From e9a9dff3e3fe43090b689589a82b7a8b2edf9fdc Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 21 Apr 2003 21:27:47 -0500 Subject: [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: --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v0.12