[tests] Added test-canvas
[adg.git] / src / adg / tests / Makefile.am
blob4f6f469fd79dc22193e99721dae90697e8053031
1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS=                      -g @ADG_CFLAGS@ \
4                                 -I$(top_srcdir)/src \
5                                 -I$(top_builddir)/src
6 AM_LDFLAGS=                     @ADG_LIBS@
7 LDADD=                          $(top_builddir)/src/adg/libadg-1.la
10 # file groups
11 test_internals=                 test-internal.c \
12                                 test-internal.h
14 if HAVE_TEST_FRAMEWORK
16 TEST_PROGS+=                    test-model
17 test_model_SOURCES=             test-model.c \
18                                 $(test_internals)
20 TEST_PROGS+=                    test-edges
21 test_edges_SOURCES=             test-edges.c \
22                                 $(test_internals)
24 TEST_PROGS+=                    test-entity
25 test_entity_SOURCES=            test-entity.c \
26                                 $(test_internals)
28 TEST_PROGS+=                    test-container
29 test_container_SOURCES=         test-container.c \
30                                 $(test_internals)
32 TEST_PROGS+=                    test-alignment
33 test_alignment_SOURCES=         test-alignment.c \
34                                 $(test_internals)
36 TEST_PROGS+=                    test-stroke
37 test_stroke_SOURCES=            test-stroke.c \
38                                 $(test_internals)
40 TEST_PROGS+=                    test-hatch
41 test_hatch_SOURCES=             test-hatch.c \
42                                 $(test_internals)
44 TEST_PROGS+=                    test-toy-text
45 test_toy_text_SOURCES=          test-toy-text.c \
46                                 $(test_internals)
48 TEST_PROGS+=                    test-table
49 test_table_SOURCES=             test-table.c \
50                                 $(test_internals)
52 TEST_PROGS+=                    test-logo
53 test_logo_SOURCES=              test-logo.c \
54                                 $(test_internals)
56 TEST_PROGS+=                    test-projection
57 test_projection_SOURCES=        test-projection.c \
58                                 $(test_internals)
60 TEST_PROGS+=                    test-title-block
61 test_title_block_SOURCES=       test-title-block.c \
62                                 $(test_internals)
64 TEST_PROGS+=                    test-dim
65 test_dim_SOURCES=               test-dim.c \
66                                 $(test_internals)
68 TEST_PROGS+=                    test-ldim
69 test_ldim_SOURCES=              test-ldim.c \
70                                 $(test_internals)
72 TEST_PROGS+=                    test-adim
73 test_adim_SOURCES=              test-adim.c \
74                                 $(test_internals)
76 TEST_PROGS+=                    test-marker
77 test_marker_SOURCES=            test-marker.c \
78                                 $(test_internals)
80 TEST_PROGS+=                    test-arrow
81 test_arrow_SOURCES=             test-arrow.c \
82                                 $(test_internals)
84 TEST_PROGS+=                    test-color-style
85 test_color_style_SOURCES=       test-color-style.c \
86                                 $(test_internals)
88 TEST_PROGS+=                    test-line-style
89 test_line_style_SOURCES=        test-line-style.c \
90                                 $(test_internals)
92 TEST_PROGS+=                    test-fill-style
93 test_fill_style_SOURCES=        test-fill-style.c \
94                                 $(test_internals)
96 TEST_PROGS+=                    test-font-style
97 test_font_style_SOURCES=        test-font-style.c \
98                                 $(test_internals)
100 TEST_PROGS+=                    test-dim-style
101 test_dim_style_SOURCES=         test-dim-style.c \
102                                 $(test_internals)
104 TEST_PROGS+=                    test-table-style
105 test_table_style_SOURCES=       test-table-style.c \
106                                 $(test_internals)
108 TEST_PROGS+=                    test-canvas
109 test_canvas_SOURCES=            test-canvas.c \
110                                 $(test_internals)
112 endif
115 # targets
116 check_PROGRAMS=                 $(TEST_PROGS)