2b1b6e9f4be2dcdef712a191c0a5a32097d71660
[synfig.git] / ETL / test / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 AM_CXXFLAGS = \
7         @CXXFLAGS@ \
8         -I$(top_srcdir) \
9         -I$(top_builddir)/ETL
10
11 DEFAULT_INCLUDES = \
12         -I$(top_srcdir) \
13         -I$(top_builddir)/ETL
14
15 TESTS = \
16         fixed \
17         clock \
18         handle \
19         angle \
20         random \
21         hermite \
22         stringf \
23         pen \
24         surface \
25         smart_ptr \
26         benchmark
27 #       spline \
28 #       value
29
30 check_PROGRAMS = \
31         fixed \
32         handle \
33         clock \
34         angle \
35         random \
36         hermite \
37         stringf \
38         pen \
39         surface \
40         smart_ptr \
41         benchmark \
42         smach
43 #       spline \
44 #       value
45
46 benchmark_SOURCES=benchmark.cpp
47 smart_ptr_SOURCES=smart_ptr.cpp
48 surface_SOURCES=surface.cpp
49 pen_SOURCES=pen.cpp
50 handle_SOURCES=handle.cpp
51 angle_SOURCES=angle.cpp
52 random_SOURCES=random.cpp
53 fixed_SOURCES=fixed.cpp
54 smach_SOURCES=smach.cpp
55 clock_SOURCES=clock.cpp
56 hermite_SOURCES=hermite.cpp
57 #spline_SOURCES=spline.cpp
58 stringf_SOURCES=stringf.cpp
59 #value_SOURCES=value.cpp
60
61 # FIXME: fix compiler errors for the spline and value tests.
62 EXTRA_DIST = \
63         spline.cpp \
64         value.cpp