#include "t-add_ssaaaa.c"
#include "t-add_sssaaaaaa.c"
#include "t-flint_clz.c"
#include "t-flint_ctz.c"
#include "t-io.c"
#include "t-memory_manager.c"
#include "t-sdiv_qrnnd.c"
#include "t-smul_ppmm.c"
#include "t-sort.c"
#include "t-sub_dddmmmsss.c"
#include "t-sub_ddmmss.c"
#include "t-udiv_qrnnd.c"
#include "t-udiv_qrnnd_preinv.c"
#include "t-umul_ppmm.c"
test_struct tests[] =
{
TEST_FUNCTION(add_ssaaaa),
TEST_FUNCTION(add_sssaaaaaa),
TEST_FUNCTION(flint_clz),
TEST_FUNCTION(flint_ctz),
TEST_FUNCTION(flint_fprintf),
TEST_FUNCTION(flint_snprintf),
TEST_FUNCTION(flint_printf),
TEST_FUNCTION(memory_manager),
TEST_FUNCTION(sdiv_qrnnd),
TEST_FUNCTION(smul_ppmm),
TEST_FUNCTION(flint_sort),
TEST_FUNCTION(sub_dddmmmsss),
TEST_FUNCTION(sub_ddmmss),
TEST_FUNCTION(udiv_qrnnd),
TEST_FUNCTION(udiv_qrnnd_preinv),
TEST_FUNCTION(umul_ppmm)
};
TEST_MAIN(tests)