[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

View File

@ -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