mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
e496106831
commit
2ee629ddc7
@ -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) $@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user