cpml: add and test cpml_angle_distance
[adg.git] / src / cpml / tests / Makefile.am
blob7f978b2421e81f61067ff27eaf94738535be0409
1 include $(top_srcdir)/build/Makefile.am.common
4 AM_CPPFLAGS=                    -I$(top_srcdir)/src/tests \
5                                 -I$(top_srcdir)/src
6 AM_CFLAGS=                      $(ADG_CFLAGS)
7 LDADD=                          $(top_builddir)/src/tests/libadgtest.la \
8                                 $(top_builddir)/src/adg/libadg-1.la \
9                                 $(top_builddir)/src/cpml/libcpml-1.la \
10                                 $(ADG_LIBS)
13 TEST_PROGS+=                    test-utils$(EXEEXT)
14 test_utils_SOURCES=             test-utils.c
16 TEST_PROGS+=                    test-pair$(EXEEXT)
17 test_pair_SOURCES=              test-pair.c
19 TEST_PROGS+=                    test-extents$(EXEEXT)
20 test_extents_SOURCES=           test-extents.c
22 TEST_PROGS+=                    test-segment$(EXEEXT)
23 test_segment_SOURCES=           test-segment.c
25 TEST_PROGS+=                    test-primitive$(EXEEXT)
26 test_primitive_SOURCES=         test-primitive.c
28 TEST_PROGS+=                    test-arc$(EXEEXT)
29 test_arc_SOURCES=               test-arc.c
31 TEST_PROGS+=                    test-curve$(EXEEXT)
32 test_curve_SOURCES=             test-curve.c
34 TEST_PROGS+=                    test-gobject$(EXEEXT)
35 test_gobject_SOURCES=           test-gobject.c
38 # targets
39 check_PROGRAMS=                 $(TEST_PROGS)
42 # Possibly remove files created on test coverage builds
43 mostlyclean-local:
44         -rm -f *.gcda *gcno