Skip to content
Snippets Groups Projects
Commit 26fb4c13 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de Committed by Patrick Jaap
Browse files

Bugfix: intermediate test results were not properly propagated

parent 48a882a2
Branches
No related tags found
1 merge request!67CholmodSolver: Allow to reuse a factorization
...@@ -69,8 +69,8 @@ int main(int argc, char** argv) ...@@ -69,8 +69,8 @@ int main(int argc, char** argv)
CHOLMODSolverTestSuite<1> testsuite1; CHOLMODSolverTestSuite<1> testsuite1;
CHOLMODSolverTestSuite<2> testsuite2; CHOLMODSolverTestSuite<2> testsuite2;
passed = checkWithStandardGrids(testsuite1); passed &= checkWithStandardGrids(testsuite1);
passed = checkWithStandardGrids(testsuite2); passed &= checkWithStandardGrids(testsuite2);
return passed ? 0 : 1; return passed ? 0 : 1;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment