Changed: Macros changed to static inline functions in odemath.h and related files...
[ode.git] / tests / Makefile.am
blobcf15ed6de419a7b65cb4af4269f4eb8546fbb803
1 SUBDIRS = UnitTest++
3 AM_CPPFLAGS = -I $(srcdir)/UnitTest++/src \
4               -I $(top_srcdir)/include \
5               -I $(top_srcdir)/ode/src
7 if GIMPACT
8     AM_CPPFLAGS += -DdTRIMESH_ENABLED -DdTRIMESH_GIMPACT
9 endif
10 if OPCODE
11     AM_CPPFLAGS += -DdTRIMESH_ENABLED -DdTRIMESH_OPCODE
12 endif
14 LDADD = $(builddir)/UnitTest++/src/libunittestpp.la \
15         $(top_builddir)/ode/src/libode.la
17 check_PROGRAMS = tests
19 TESTS = tests
21 tests_SOURCES = main.cpp joint.cpp odemath.cpp collision.cpp \
22                 joints/ball.cpp \
23                 joints/fixed.cpp \
24                 joints/hinge.cpp \
25                 joints/hinge2.cpp \
26                 joints/piston.cpp \
27                 joints/pr.cpp \
28                 joints/pu.cpp \
29                 joints/slider.cpp \
30                 joints/universal.cpp