summaryrefslogtreecommitdiff
path: root/libs/ode-0.16.1/libccd/src/testsuites/boxcyl.h
blob: 3d348d9874568805b34f66345840395aa688d6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TEST_BOXCYL_H
#define TEST_BOXCYL_H

#include <cu/cu.h>

TEST(boxcylIntersect);
TEST(boxcylPenEPA);

TEST_SUITE(TSBoxCyl){
    TEST_ADD(boxcylIntersect),
    TEST_ADD(boxcylPenEPA),

    TEST_SUITE_CLOSURE
};

#endif