diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 13:56:56 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-02-27 13:56:56 (GMT) |
commit | 320239f51f35b198ad596eb8669632698a7df11b (patch) | |
tree | 7dc5614d7877deee545afbd35f3e12bd643870ab | |
parent | 49cb55a1a89136af51a8b7df2b5960310ab89759 (diff) | |
download | hdf5-320239f51f35b198ad596eb8669632698a7df11b.zip hdf5-320239f51f35b198ad596eb8669632698a7df11b.tar.gz hdf5-320239f51f35b198ad596eb8669632698a7df11b.tar.bz2 |
[svn-r5017] Purpose:
New feature
Description:
The examples have been changed to use the installed h5cc to do
the compiling. Added a step in the "test" part to
"cd examples; gmake check" which will test against the installed
software.
A more proper way is to create a "check-install" target to test
other installed software besides the C API, such as the Fortran
API.
Platforms tested:
Did not test because it is messy to try do a snaptest. It might
mess up the setting of the snapshot space. This is identical
to the version in v1.5. Should work the same.
-rwxr-xr-x | bin/snapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/snapshot b/bin/snapshot index 5b26d85..bb9a37e 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -273,6 +273,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then ${MAKE} && \ ${MAKE} check && \ ${MAKE} install install-doc && \ + (cd examples; ${MAKE} check ) && \ ${MAKE} uninstall uninstall-doc); then : else |