some documentation and bugfix in testcase
[oweals/gnunet.git] / src / testing / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage -O0
9   XLIB = -lgcov
10 endif
11
12 lib_LTLIBRARIES = libgnunettesting.la
13
14 libgnunettesting_la_SOURCES = \
15   testing.c  \
16   testing_testbed.c 
17 libgnunettesting_la_LIBADD = \
18  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
19
20 #check_PROGRAMS = \
21 # test_testing
22 #
23 #TESTS = $(check_PROGRAMS)
24 #
25 #test_testing_SOURCES = \
26 # test_testing.c
27 #test_testing_LDADD = \
28 # $(top_builddir)/src/testing/libgnunettesting.la \
29 # $(top_builddir)/src/util/libgnunetutil.la  
30