[svn-r5018] Purpose:

Feature
Description:
    Added the check-install target to verify if installed software is
    working.  Currently only run "make check" in examples.
Platforms tested:
    eirene
This commit is contained in:
Albert Cheng 2002-02-27 14:31:37 -05:00
parent e496106831
commit 2ee629ddc7

View File

@ -111,6 +111,10 @@ uninstall-doc:
@$(MAKE) uninstall-examples
(cd doc && $(MAKE) $@) || exit 1;
## need to require a proper "make install" has been done.
check-install:
(cd examples && $(MAKE) check) || exit 1;
## Number format detection
H5detect:
(cd src && $(MAKE) $@)