[tests] Added test-edges
[adg.git] / tests / Makefile.am
blobcbeb552bc40190fdaaf2ec1925144f5f0077c69a
1 include $(top_srcdir)/build/Makefile.am.common
3 AM_CFLAGS=              -g @ADG_CFLAGS@ \
4                         -I$(top_srcdir) \
5                         -I$(top_builddir)
6 AM_LDFLAGS=             @ADG_LIBS@
7 LDADD=                  $(top_builddir)/adg/libadg.la
10 # file groups
11 test_programs=
12 test_internals=         test-internal.c \
13                         test-internal.h
15 if HAVE_TEST_FRAMEWORK
17 test_programs+=         test-model
18 test_model_SOURCES=     test-model.c \
19                         $(test_internals)
21 test_programs+=         test-edges
22 test_edges_SOURCES=     test-edges.c \
23                         $(test_internals)
25 endif
28 # targets
29 check_PROGRAMS=         $(test_programs)
30 TESTS=                  $(test_programs)