tests: add basic CpmlCurve checking
[adg.git] / src / cpml / tests / Makefile.am
blob59c3caddaa81ac5353c9c35204c3e1d98db888c2
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-pair$(EXEEXT)
14 test_pair_SOURCES=              test-pair.c
16 TEST_PROGS+=                    test-extents$(EXEEXT)
17 test_extents_SOURCES=           test-extents.c
19 TEST_PROGS+=                    test-segment$(EXEEXT)
20 test_segment_SOURCES=           test-segment.c
22 TEST_PROGS+=                    test-primitive$(EXEEXT)
23 test_primitive_SOURCES=         test-primitive.c
25 TEST_PROGS+=                    test-curve$(EXEEXT)
26 test_curve_SOURCES=             test-curve.c
28 TEST_PROGS+=                    test-gobject$(EXEEXT)
29 test_gobject_SOURCES=           test-gobject.c
32 # targets
33 check_PROGRAMS=                 $(TEST_PROGS)
36 # Possibly remove files created on test coverage builds
37 mostlyclean-local:
38         -rm -f *.gcda *gcno