summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-02-22 05:13:19 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-02-22 05:13:19 (GMT)
commit92dd5633714a9185b4aba54de61b56d7fd76a9c4 (patch)
tree49aab212e33b66deebf70df3a289dc03f82bf8da /bin/snapshot
parent2c49a718d7e3332f4a7cbbf612956806b27a6375 (diff)
downloadhdf5-92dd5633714a9185b4aba54de61b56d7fd76a9c4.zip
hdf5-92dd5633714a9185b4aba54de61b56d7fd76a9c4.tar.gz
hdf5-92dd5633714a9185b4aba54de61b56d7fd76a9c4.tar.bz2
[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
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-xbin/snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 71b9d79..23462da 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