#include <gmp.h>
#include "t-bell_number.c"
#include "t-bell_number_multi_mod.c"
#include "t-bell_number_nmod.c"
#include "t-bell_number_nmod_vec.c"
#include "t-bell_number_vec.c"
#include "t-bernoulli_number.c"
#include "t-bernoulli_number_denom.c"
#include "t-bernoulli_number_vec.c"
#include "t-bernoulli_polynomial.c"
#include "t-divisors.c"
#include "t-euler_number_vec.c"
#include "t-euler_number_zeta.c"
#include "t-euler_polynomial.c"
#include "t-harmonic_number.c"
#include "t-landau_function_vec.c"
#include "t-number_of_partitions_vec.c"
#include "t-ramanujan_tau.c"
#include "t-stirling.c"
#include "t-sum_of_squares.c"
test_struct tests[] =
{
TEST_FUNCTION(arith_bell_number),
TEST_FUNCTION(arith_bell_number_multi_mod),
TEST_FUNCTION(arith_bell_number_nmod),
TEST_FUNCTION(arith_bell_number_nmod_vec),
TEST_FUNCTION(arith_bell_number_vec),
TEST_FUNCTION(arith_bernoulli_number),
TEST_FUNCTION(arith_bernoulli_number_denom),
TEST_FUNCTION(arith_bernoulli_number_vec),
TEST_FUNCTION(arith_bernoulli_polynomial),
TEST_FUNCTION(arith_divisors),
TEST_FUNCTION(arith_euler_number_vec),
TEST_FUNCTION(arith_euler_number_zeta),
TEST_FUNCTION(arith_euler_polynomial),
TEST_FUNCTION(arith_harmonic_number),
TEST_FUNCTION(arith_landau_function_vec),
TEST_FUNCTION(arith_number_of_partitions_vec),
TEST_FUNCTION(arith_ramanujan_tau),
TEST_FUNCTION(arith_stirling),
TEST_FUNCTION(arith_sum_of_squares),
};
TEST_MAIN(tests)