[build] Added basic GObject introspection to libadg
[adg.git] / src / cpml / tests / Makefile.am
blobde9e98456834909e40089ca9f9f8b7176f171327
1 include $(top_srcdir)/build/Makefile.am.common
4 AM_CPPFLAGS=                    -I$(top_srcdir)/src \
5                                 -I$(top_builddir)/src
6 AM_CFLAGS=                      $(GLIB_CFLAGS) \
7                                 $(CAIRO_CFLAGS)
8 AM_LDFLAGS=                     $(GLIB_LIBS) \
9                                 $(CAIRO_LIBS)
10 LDADD=                          $(top_builddir)/src/cpml/libcpml-1.la
13 # file groups
14 test_internals=                 test-internal.c \
15                                 test-internal.h
17 if HAVE_TEST_FRAMEWORK
19 TEST_PROGS+=                    test-pair$(EXEEXT)
20 test_pair_SOURCES=              test-pair.c \
21                                 $(test_internals)
23 TEST_PROGS+=                    test-extents$(EXEEXT)
24 test_extents_SOURCES=           test-extents.c \
25                                 $(test_internals)
27 TEST_PROGS+=                    test-segment$(EXEEXT)
28 test_segment_SOURCES=           test-segment.c \
29                                 $(test_internals)
31 TEST_PROGS+=                    test-primitive$(EXEEXT)
32 test_primitive_SOURCES=         test-primitive.c \
33                                 $(test_internals)
36 endif
39 # targets
40 check_PROGRAMS=                 $(TEST_PROGS)