aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-01 07:50:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-01 07:50:28 +0000
commit7f892499d0af649861c9a4c06ffc778eba00635c (patch)
treedd1e7d458f10942faba7cf33b5cffe9954ee4cac /src/statistics/Makefile.am
parent0e05ed7a140a74d0c015cda8b43b77a822bfe4ff (diff)
downloadgnunet-7f892499d0af649861c9a4c06ffc778eba00635c.tar.gz
gnunet-7f892499d0af649861c9a4c06ffc778eba00635c.zip
new tst
Diffstat (limited to 'src/statistics/Makefile.am')
-rw-r--r--src/statistics/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 4a924c5b5..0e2e4d727 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -42,7 +42,8 @@ gnunet_service_statistics_LDADD = \
42 42
43 43
44check_PROGRAMS = \ 44check_PROGRAMS = \
45 test_statistics_api 45 test_statistics_api \
46 test_statistics_api_loop
46 47
47TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 48TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
48 49
@@ -52,6 +53,12 @@ test_statistics_api_LDADD = \
52 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
53 $(top_builddir)/src/util/libgnunetutil.la 54 $(top_builddir)/src/util/libgnunetutil.la
54 55
56test_statistics_api_loop_SOURCES = \
57 test_statistics_api_loop.c
58test_statistics_api_loop_LDADD = \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
60 $(top_builddir)/src/util/libgnunetutil.la
61
55check_SCRIPTS = \ 62check_SCRIPTS = \
56 test_gnunet_statistics.sh 63 test_gnunet_statistics.sh
57 64