#include "gr.h"
#include "t-series.c"
#include "t-big_o.c"
#include "t-series_acb.c"
#include "t-series_arb.c"
#include "t-series_fmpq.c"
#include "t-series_fmpz.c"
#include "t-series_mod.c"
#include "t-series_nmod8.c"
test_struct tests[] =
{
TEST_FUNCTION(gr_series),
TEST_FUNCTION(gr_series_big_o),
TEST_FUNCTION(gr_series_acb),
TEST_FUNCTION(gr_series_arb),
TEST_FUNCTION(gr_series_fmpq),
TEST_FUNCTION(gr_series_fmpz),
TEST_FUNCTION(gr_series_mod),
TEST_FUNCTION(gr_series_nmod8),
};
TEST_MAIN(tests)