I am not sure whether all sparse-related tests run (I don't have SuiteSparse nor SuperLU).
558/580 Testing: sparse_extra_1
...
----------------------------------------------------------
Initializing random number generator with seed 1322914443
Repeating each test 10 times
Assertion failed: compressed() && "This function does not make sense in non compressed mode.", file c:\temp\eigen.3.1\eigen\src/SparseCore/SparseMatrix.h, line 236
----------------------------------------------------------
Test Failed.
559/580 Testing: sparse_extra_2
...
----------------------------------------------------------
Initializing random number generator with seed 1322914450
Repeating each test 10 times
Assertion failed: compressed() && "This function does not make sense in non compressed mode.", file c:\temp\eigen.3.1\eigen\src/SparseCore/SparseMatrix.h, line 236
----------------------------------------------------------
Test Failed.
*******
Feel free to teach me on how to do tests for sparse modules if I missed something/or want more information.