From 92dd5633714a9185b4aba54de61b56d7fd76a9c4 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 22 Feb 2002 00:13:19 -0500 Subject: [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 --- bin/snapshot | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12