Allow visitors to prevent recursion.
[geda-gaf/berndj.git] / libgeda / tests / Makefile.am
blobadaf8bab1696853cb969efd310febbc0c50353ba
1 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/libgeda @LIBGEDA_CFLAGS@
2 AM_LDFLAGS = @LIBGEDA_LDFLAGS@
3 LDADD = $(top_builddir)/src/libgeda.la
5 check_PROGRAMS = \
6         applyprotected \
7         attribnamevalue \
8         breakupstring \
9         connections \
10         evalprotected \
11         getallgrips \
12         hashpop \
13         rtree \
14         safereflookup \
15         searchobject \
16         uuidgen \
17         visitnorecurse \
18         visitobject
20 TESTS = \
21         applyprotected \
22         attribnamevalue.sh \
23         breakupstring.sh \
24         connections \
25         evalprotected \
26         getallgrips \
27         hashpop.sh \
28         rtree \
29         safereflookup \
30         searchobject \
31         uuidgen.sh \
32         visitnorecurse \
33         visitobject
35 applyprotected_SOURCES = globals.c applyprotected.c
36 attribnamevalue_SOURCES = globals.c attribnamevalue.c
37 breakupstring_SOURCES = globals.c breakupstring.c
38 connections_SOURCES = globals.c connections.c
39 evalprotected_SOURCES = globals.c evalprotected.c
40 getallgrips_SOURCES = globals.c getallgrips.c
41 hashpop_SOURCES = globals.c hashpop.c
42 rtree_SOURCES = globals.c rtree.c
43 safereflookup_SOURCES = globals.c safereflookup.c
44 searchobject_SOURCES = globals.c searchobject.c
45 uuidgen_SOURCES = globals.c uuidgen.c
46 visitnorecurse_SOURCES = globals.c visitnorecurse.c
47 visitobject_SOURCES = globals.c visitobject.c