#include <gmp.h>
#include "t-ecm.c"
#include "t-factor.c"
#include "t-factor_pp1.c"
#include "t-factor_smooth.c"
#include "t-factor_trial.c"
#include "t-io.c"
#include "t-pollard_brent.c"
#include "t-pollard_brent_single.c"
#include "t-refine.c"
test_struct tests[] =
{
TEST_FUNCTION(fmpz_factor),
TEST_FUNCTION(fmpz_factor_ecm),
TEST_FUNCTION(fmpz_factor_fprint),
TEST_FUNCTION(fmpz_factor_pp1),
TEST_FUNCTION(fmpz_factor_smooth),
TEST_FUNCTION(fmpz_factor_trial),
TEST_FUNCTION(fmpz_factor_pollard_brent),
TEST_FUNCTION(fmpz_factor_pollard_brent_single),
TEST_FUNCTION(fmpz_factor_refine)
};
TEST_MAIN(tests)