#include "t-add.c"
#include "t-exp_balanced.c"
#include "t-exp.c"
#include "t-exp_rectangular.c"
#include "t-frobenius.c"
#include "t-init.c"
#include "t-inv.c"
#include "t-log_balanced.c"
#include "t-log.c"
#include "t-log_rectangular.c"
#include "t-mul.c"
#include "t-neg.c"
#include "t-norm_analytic.c"
#include "t-norm.c"
#include "t-norm_resultant.c"
#include "t-pow.c"
#include "t-sqrt.c"
#include "t-sub.c"
#include "t-teichmuller.c"
#include "t-trace.c"
test_struct tests[] =
{
TEST_FUNCTION(qadic_add),
TEST_FUNCTION(qadic_exp_balanced),
TEST_FUNCTION(qadic_exp),
TEST_FUNCTION(qadic_exp_rectangular),
TEST_FUNCTION(qadic_frobenius),
TEST_FUNCTION(qadic_inv),
TEST_FUNCTION(qadic_init),
TEST_FUNCTION(qadic_log_balanced),
TEST_FUNCTION(qadic_log),
TEST_FUNCTION(qadic_log_rectangular),
TEST_FUNCTION(qadic_mul),
TEST_FUNCTION(qadic_neg),
TEST_FUNCTION(qadic_norm_analytic),
TEST_FUNCTION(qadic_norm),
TEST_FUNCTION(qadic_norm_resultant),
TEST_FUNCTION(qadic_pow),
TEST_FUNCTION(qadic_sqrt),
TEST_FUNCTION(qadic_sub),
TEST_FUNCTION(qadic_teichmuller),
TEST_FUNCTION(qadic_trace)
};
TEST_MAIN(tests)