summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index cd0cec5..6f2ad48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,12 +119,15 @@ uninstall-doc:
@$(MAKE) uninstall-examples
(cd doc && $(MAKE) $@) || exit 1;
-## need to require a proper "make install" has been done.
+## Check if installation is correct by checking if examples can be built.
+## This requires 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
+ (cd examples && $(MAKE) check) || exit 1
+ @@SETX@; for d in dummy @subdirs@; do \
+ if test $$d != "dummy"; then \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ fi; \
+ done
## Number format detection
H5detect: