#include "t-max_degrees_tight.c"
#include "t-max_fields.c"
#include "t-monomial_halves.c"
#include "t-pack_unpack.c"
#include "t-pack_unpack_tight.c"
#include "t-search_monomials.c"
#include "t-test_irreducible.c"
test_struct tests[] =
{
TEST_FUNCTION(mpoly_max_degrees_tight),
TEST_FUNCTION(mpoly_max_fields),
TEST_FUNCTION(mpoly_monomial_halves),
TEST_FUNCTION(mpoly_pack_unpack),
TEST_FUNCTION(mpoly_pack_unpack_tight),
TEST_FUNCTION(mpoly_search_monomials),
TEST_FUNCTION(mpoly_test_irreducible)
};
TEST_MAIN(tests)