Skip to content

Commit

Permalink
Fix missing includes in tests; remove t-g2_sextic_chi5
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kieffer committed Feb 10, 2025
1 parent 0d985ba commit 9d98feb
Show file tree
Hide file tree
Showing 40 changed files with 49 additions and 85 deletions.
3 changes: 0 additions & 3 deletions src/acb_theta/test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "t-g2_psi4.c"
#include "t-g2_psi6.c"
#include "t-g2_sextic.c"
#include "t-g2_sextic_chi5.c"
#include "t-g2_transvectant.c"
#include "t-jet.c"
#include "t-jet_compose.c"
Expand Down Expand Up @@ -100,14 +99,12 @@ test_struct tests[] =
TEST_FUNCTION(acb_theta_g2_psi4),
TEST_FUNCTION(acb_theta_g2_psi6),
TEST_FUNCTION(acb_theta_g2_sextic),
TEST_FUNCTION(acb_theta_g2_sextic_chi5),
TEST_FUNCTION(acb_theta_g2_transvectant),
TEST_FUNCTION(acb_theta_jet),
TEST_FUNCTION(acb_theta_jet_compose),
TEST_FUNCTION(acb_theta_jet_mul),
TEST_FUNCTION(acb_theta_jet_notransform),
TEST_FUNCTION(acb_theta_jet_tuples),
TEST_FUNCTION(acb_theta_ql_local_bound),
TEST_FUNCTION(acb_theta_ql_exact),
TEST_FUNCTION(acb_theta_ql_jet_error),
TEST_FUNCTION(acb_theta_ql_jet_fd),
Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-agm_mul_tight.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-char_shuffle.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_char_shuffle, state)
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-char_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz.h"
#include "fmpz_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-ctx_exp_inv.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_exp_inv, state)
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-ctx_sqr_inv.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_sqr_inv, state)
Expand Down
2 changes: 1 addition & 1 deletion src/acb_theta/test/t-ctx_tau_dupl.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#include "test_helpers.h"
#include "arb_mat.h"
#include "acb_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_tau_dupl, state)
Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-ctx_z_add_real.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_z_add_real, state)
Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-ctx_z_dupl.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_z_dupl, state)
Expand Down
3 changes: 2 additions & 1 deletion src/acb_theta/test/t-ctx_z_shift_a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*/

#include "test_helpers.h"
#include "arb_mat.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_ctx_z_shift_a0, state)
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-eld_border.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "arb_mat.h"
#include "acb_theta.h"

Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-eld_distances.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-eld_points.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "arb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_chi10.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_chi12.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_theta.h"

Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-g2_chi35.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_chi3_6.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb_poly.h"
#include "acb_mat.h"
#include "acb_theta.h"
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_covariants.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "test_helpers.h"
#include "fmpz_poly.h"
#include "fmpz_mat.h"
#include "acb_poly.h"
#include "acb_mat.h"
#include "acb_theta.h"
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_psi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-g2_psi6.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_theta.h"

Expand Down
80 changes: 0 additions & 80 deletions src/acb_theta/test/t-g2_sextic_chi5.c

This file was deleted.

1 change: 1 addition & 0 deletions src/acb_theta/test/t-jet.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-jet_compose.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-jet_notransform.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-ql_exact.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-ql_jet_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-ql_jet_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-ql_local_bound.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-ql_lower_dim.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
2 changes: 2 additions & 0 deletions src/acb_theta/test/t-ql_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/

#include "test_helpers.h"
#include "arb.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-siegel_cocycle.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-siegel_is_reduced.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
3 changes: 3 additions & 0 deletions src/acb_theta/test/t-siegel_kappa.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_siegel_kappa, state)
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-siegel_reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-siegel_transform.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb_mat.h"
#include "acb_theta.h"

Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-sp2gz_set_blocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "test_helpers.h"
#include "fmpz_mat.h"
#include "acb_theta.h"

TEST_FUNCTION_START(acb_theta_sp2gz_set_blocks, state)
Expand Down
1 change: 1 addition & 0 deletions src/acb_theta/test/t-sum.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "test_helpers.h"
#include "acb.h"
#include "acb_mat.h"
#include "acb_modular.h"
#include "acb_theta.h"

Expand Down
Loading

0 comments on commit 9d98feb

Please sign in to comment.