mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +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:
parent
2c49a718d7
commit
92dd563371
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user