#include "t-add.c"
#include "t-dot.c"
#include "t-dot_heuristic.c"
#include "t-dot_thrice.c"
#include "t-init_clear.c"
#include "t-norm.c"
#include "t-set_equal.c"
#include "t-sub.c"
#include "t-zero.c"
test_struct tests[] =
{
TEST_FUNCTION(d_vec_add),
TEST_FUNCTION(d_vec_dot),
TEST_FUNCTION(d_vec_dot_heuristic),
TEST_FUNCTION(d_vec_dot_thrice),
TEST_FUNCTION(d_vec_init_clear),
TEST_FUNCTION(d_vec_norm),
TEST_FUNCTION(d_vec_set_equal),
TEST_FUNCTION(d_vec_sub),
TEST_FUNCTION(d_vec_zero)
};
TEST_MAIN(tests)