summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-04-08 09:56:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-04-08 09:56:53 (GMT)
commit6b9d2ef80821303b23793dc327aff263782c2e4e (patch)
tree50cac1f1a8d676a625b336d0cf102bc33eadcda9 /examples
parent4b78f481b27791cb50dd1837e6056e9ffc25478e (diff)
downloadhdf5-6b9d2ef80821303b23793dc327aff263782c2e4e.zip
hdf5-6b9d2ef80821303b23793dc327aff263782c2e4e.tar.gz
hdf5-6b9d2ef80821303b23793dc327aff263782c2e4e.tar.bz2
[svn-r13612] Purpose:
Cleaned some old comments that are not valid any more. Test: Just eyeballed.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/testh5cc.sh.in26
1 files changed, 2 insertions, 24 deletions
diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in
index f1f794d..9a2c14d 100755
--- a/examples/testh5cc.sh.in
+++ b/examples/testh5cc.sh.in
@@ -128,7 +128,6 @@ main (void)
EOF
-
# Parse option
# None
@@ -149,29 +148,8 @@ DPRINT() {
# Run a test and print PASS or *FAIL*. If a test fails then increment
# the `nerrors' global variable and (if $verbose is set) display the
-# difference between the actual output and the expected output. The
-# expected output is given as the first argument to this function and
-# the actual output file is calculated by replacing the `.ddl' with
-# `.out'. The actual output is not removed if $HDF5_NOCLEANUP has a
-# non-zero value.
-#
-# This test shows what commands will be run and verify they are as expected.
-# It does not actually execute the compiler script to compile source code.
-# The actual execution ability is tested somewhere else.
-#
-# Algorithm:
-# First figure out the parameters (e.g., compiler name and option, linker name and
-# options, libraries used, ....) that the h5cc command uses. Then use the -show to
-# display what commands the tool will use for different parameter and verify if they
-# are as expected.
-# The paramters have two part, prefix and suffix. The prefix part is the real compiler
-# or linker command name, options (-I, -D, ...). The suffix part is the link options,
-# libraries, ....
-#
-
-#
-# $1: -C compile only; -L link only; -CL compile and link.
-# $2-$: remainign arguments
+# failed output. The actual output is not removed if $HDF5_NOCLEANUP is
+# defined.
#
TOOLTEST() {
out=test_$H5TOOL_$$.out