DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.15k stars 259 forks source link

Test skipping demos and tests when building #683

Closed mmuetzel closed 8 months ago

mmuetzel commented 8 months ago

Delay building tests and demos until actually running them.

The test coverage of the CI will still be the same after this change. All demos and tests should still be built and executed. This checks if the configure flags SUITESPARSE_DEMOS and BUILD_TESTING are working correctly.