1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS= -g @ADG_CFLAGS@ \
7 LDADD= $(top_builddir)/adg/libadg.la
12 test_internals= test-internal.c \
15 if HAVE_TEST_FRAMEWORK
17 test_programs+= test-model
18 test_model_SOURCES= test-model.c \
21 test_programs+= test-edges
22 test_edges_SOURCES= test-edges.c \
29 check_PROGRAMS= $(test_programs)
30 TESTS= $(test_programs)