[AdgFontStyle] Returning AdgFontStyle * from constructors
[adg.git] / adg / tests / Makefile.am
blob54b38cdb3392cd55c1df37ed702d6b7bf8328c2d
1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS=              -g @ADG_CFLAGS@ \
4                         -I$(top_srcdir) \
5                         -I$(top_builddir)
6 AM_LDFLAGS=             @ADG_LIBS@
7 LDADD=                  $(top_builddir)/adg/libadg.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= \
62                         test-title-block.c \
63                         $(test_internals)
65 TEST_PROGS+=            test-dim
66 test_dim_SOURCES=       test-dim.c \
67                         $(test_internals)
69 TEST_PROGS+=            test-ldim
70 test_ldim_SOURCES=      test-ldim.c \
71                         $(test_internals)
73 TEST_PROGS+=            test-adim
74 test_adim_SOURCES=      test-adim.c \
75                         $(test_internals)
77 TEST_PROGS+=            test-marker
78 test_marker_SOURCES=    test-marker.c \
79                         $(test_internals)
81 TEST_PROGS+=            test-arrow
82 test_arrow_SOURCES=     test-arrow.c \
83                         $(test_internals)
85 TEST_PROGS+=            test-widget
86 test_widget_SOURCES=    test-widget.c \
87                         $(test_internals)
89 TEST_PROGS+=            test-color-style
90 test_color_style_SOURCES= \
91                         test-color-style.c \
92                         $(test_internals)
94 TEST_PROGS+=            test-line-style
95 test_line_style_SOURCES=test-line-style.c \
96                         $(test_internals)
98 TEST_PROGS+=            test-fill-style
99 test_fill_style_SOURCES=test-fill-style.c \
100                         $(test_internals)
102 endif
105 # targets
106 check_PROGRAMS=         $(TEST_PROGS)