aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 19:15:11 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 19:15:11 +0000
commitb87365d8c71868bc6ceb440671b9695165d209fd (patch)
treec53bd60f71ee19fd919eb4500ac3b4223ce2917d /src/datacache/Makefile.am
parent11b5bf96779e8a01b6e67e7375dd9420358d0625 (diff)
downloadgnunet-b87365d8c71868bc6ceb440671b9695165d209fd.tar.gz
gnunet-b87365d8c71868bc6ceb440671b9695165d209fd.zip
fixing bugs, adding testcases
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am49
1 files changed, 21 insertions, 28 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 80b56bba1..f3b17757b 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -46,31 +46,24 @@ libgnunet_plugin_datacache_template_la_LDFLAGS = \
46 $(GN_PLUGIN_LDFLAGS) 46 $(GN_PLUGIN_LDFLAGS)
47 47
48 48
49#check_PROGRAMS = \ 49check_PROGRAMS = \
50# test_datacache_api \ 50 test_datacache_api \
51# perf_datacache_api \ 51 perf_datacache_api
52# perf_plugin_datacache 52
53# 53TESTS = $(check_PROGRAMS)
54#TESTS = $(check_PROGRAMS) 54
55# 55test_datacache_api_SOURCES = \
56#test_datacache_api_SOURCES = \ 56 test_datacache_api.c
57# test_datacache_api.c 57test_datacache_api_LDADD = \
58#test_datacache_api_LDADD = \ 58 $(top_builddir)/src/datacache/libgnunetdatacache.la \
59# $(top_builddir)/src/datacache/libgnunetdatacache.la \ 59 $(top_builddir)/src/util/libgnunetutil.la
60# $(top_builddir)/src/util/libgnunetutil.la 60
61# 61perf_datacache_api_SOURCES = \
62#perf_datacache_api_SOURCES = \ 62 perf_datacache_api.c
63# perf_datacache_api.c 63perf_datacache_api_LDADD = \
64#perf_datacache_api_LDADD = \ 64 $(top_builddir)/src/datacache/libgnunetdatacache.la \
65# $(top_builddir)/src/datacache/libgnunetdatacache.la \ 65 $(top_builddir)/src/util/libgnunetutil.la
66# $(top_builddir)/src/util/libgnunetutil.la 66
67# 67EXTRA_DIST = \
68#perf_plugin_datacache_SOURCES = \ 68 test_datacache_api_data.conf \
69# perf_plugin_datacache.c 69 perf_datacache_api_data.conf
70#perf_plugin_datacache_LDADD = \
71# $(top_builddir)/src/util/libgnunetutil.la
72#
73#
74#EXTRA_DIST = \
75# test_datacache_api_data.conf \
76# perf_plugin_datacache_data.conf