summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: