diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-06 17:14:14 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-06 17:14:14 (GMT) |
commit | 6827c2f3b2452e592d51ca90a807d446c27d43d0 (patch) | |
tree | 84ef9e2a90f88993d7a3cccac20ef8e21f4f3c71 /bin/missing | |
parent | bfe4775091213c04f2bb1d61f2340989932c9056 (diff) | |
download | hdf5-6827c2f3b2452e592d51ca90a807d446c27d43d0.zip hdf5-6827c2f3b2452e592d51ca90a807d446c27d43d0.tar.gz hdf5-6827c2f3b2452e592d51ca90a807d446c27d43d0.tar.bz2 |
[svn-r14939] Purpose: Bug Fix (Bug 794)
Description: Test gcov script on kagiso
Solution: The bin/gcov_script was not working on kagiso (it was written to
be used on heping, but since we don't have heping anymore, we
need it on kagiso). There was a problem in that the generated
.gcda files were being created in the /src/.libs directory when
the script was expecting them to be in the /src directory. Also,
-lgcov was added to LDFLAGS.
The script performs configuration of HDF5 and runs the tests, and
generates code coverage statistics for the source code files,
which it places in the gcov_logs directory.
The individual *.gcov files show the number of times each
individual line of the associated source file is executed, and
displays branches tken information as well. The file gcov.log
shows a summary of each source file's coverage statistics in one
easily accessible file.
Tested: kagiso
Diffstat (limited to 'bin/missing')
0 files changed, 0 insertions, 0 deletions