[tests] Added complete CpmlPair test
[adg.git] / src / cpml / tests / Makefile.am
blob2f13fecfc713e1536713d5aa53e5f9ea2d410692
1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS=                      -g \
4                                 $(GLIB_CFLAGS) \
5                                 $(CAIRO_CFLAGS) \
6                                 -I$(top_srcdir)/src \
7                                 -I$(top_builddir)/src
8 LDADD=                          $(top_builddir)/src/cpml/libcpml-1.la \
9                                 $(GLIB_LIBS)
12 # file groups
13 test_internals=                 test-internal.c \
14                                 test-internal.h
16 if HAVE_TEST_FRAMEWORK
18 TEST_PROGS+=                    test-pair$(EXEEXT)
19 test_pair_SOURCES=              test-pair.c \
20                                 $(test_internals)
22 TEST_PROGS+=                    test-segment$(EXEEXT)
23 test_segment_SOURCES=           test-segment.c \
24                                 $(test_internals)
26 TEST_PROGS+=                    test-primitive$(EXEEXT)
27 test_primitive_SOURCES=         test-primitive.c \
28                                 $(test_internals)
31 endif
34 # targets
35 check_PROGRAMS=                 $(TEST_PROGS)