Index of /research/sparse/CXSparse/CXSparse/Tcov

      Name                    Last modified       Size  Description

[DIR] Parent Directory 30-Mar-2009 13:01 - [   ] Makefile 22-Sep-2008 14:26 12k [   ] 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 25-Mar-2009 11:44 1k [   ] cstcov_malloc_test.h 25-Mar-2009 11:44 1k [   ] cstcov_test.c 20-Jan-2009 15:38 1k [   ] czero 20-Feb-2006 12:08 1k [   ] gcovs 20-Jan-2009 15:38 1k [   ] nil 20-Jan-2009 15:38 0k [   ] zero 20-Jan-2009 15:38 1k

CXSparse/Tcov:  comprehensive test coverage for CXSparse.  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.