2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-25 17:00:45 +08:00

[svn-r5000] 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:
    eirene
This commit is contained in:
Albert Cheng 2002-02-22 00:13:19 -05:00
parent 2c49a718d7
commit 92dd563371

@ -273,6 +273,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then
${MAKE} && \ ${MAKE} && \
${MAKE} check && \ ${MAKE} check && \
${MAKE} install install-doc && \ ${MAKE} install install-doc && \
(cd examples; ${MAKE} check ) && \
${MAKE} uninstall uninstall-doc); then ${MAKE} uninstall uninstall-doc); then
: :
else else