Skip to content

Commit

Permalink
Revert "disable other tests"
Browse files Browse the repository at this point in the history
This reverts commit b1a41ba.
  • Loading branch information
Brendan O'Donoghue committed Jul 2, 2024
1 parent b1a41ba commit 3c1fc81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/run_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,20 @@ _SKIP(mpc_bug)
#endif

static const char *all_tests(void) {
mu_run_test(test_validation);
mu_run_test(degenerate);
mu_run_test(small_lp);
mu_run_test(small_qp);
mu_run_test(rob_gauss_cov_est);
mu_run_test(hs21_tiny_qp);
mu_run_test(hs21_tiny_qp_rw);
mu_run_test(qafiro_tiny_qp);
mu_run_test(infeasible_tiny_qp);
mu_run_test(unbounded_tiny_qp);
mu_run_test(random_prob);
mu_run_test(max_ent);
mu_run_test(mpc_bug);
mu_run_test(test_exp_cone);
return 0;
}
int main(void) {
Expand Down

0 comments on commit 3c1fc81

Please sign in to comment.