Index of /research/sparse/CSparse/CSparse/Tcov
Name Last modified Size Description
Parent Directory 25-Mar-2009 11:47 -
Makefile 20-Jan-2009 15:38 3k
cov.awk 20-Jan-2009 15:38 1k
covall 20-Jan-2009 15:38 1k
covall.linux 20-Jan-2009 15:38 1k
covall.sol 20-Jan-2009 15:38 1k
cover 20-Jan-2009 15:38 1k
covs 20-Jan-2009 15:38 1k
cstcov_malloc_test.c 20-Jan-2009 15:38 1k
cstcov_malloc_test.h 20-Jan-2009 15:38 1k
cstcov_test.c 20-Jan-2009 15:38 1k
gcovs 20-Jan-2009 15:38 1k
nil 20-Jan-2009 15:38 0k
zero 20-Jan-2009 15:38 1k
CSparse/Tcov: comprehensive test coverage for CSparse. Requires Linux.
Type "make" to compile, and then "make run" to run the tests.
The test coverage is in cover.out. The test output is
printed on stdout, except for cs_test (which prints its output in various
*.out files).
If the test is successful, the last line printed should be
"statements not yet tested: 0", and all printed residuals should be small.
Note that you will get warnings about unused parameters for some functions.
These warnings can be safely ignored. They are parameters for functions that
are passed to cs_fkeep, and all functions used in this manner must have the
same calling sequence, even if some of the parameters are not used.