aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-26 20:25:44 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-26 20:25:44 +0000
commit4f8ba34b32328bd99b2f0c2ff9a2372712022b32 (patch)
tree2216c35874cf166fad5422c5826a15f38695f37b /src/datacache/Makefile.am
parent6788c366bec10078545849e8b6a04e3458370586 (diff)
downloadgnunet-4f8ba34b32328bd99b2f0c2ff9a2372712022b32.tar.gz
gnunet-4f8ba34b32328bd99b2f0c2ff9a2372712022b32.zip
quotatest
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index f3b17757b..c650521d6 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -48,6 +48,7 @@ libgnunet_plugin_datacache_template_la_LDFLAGS = \
48 48
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_datacache_api \ 50 test_datacache_api \
51 test_datacache_api_quota \
51 perf_datacache_api 52 perf_datacache_api
52 53
53TESTS = $(check_PROGRAMS) 54TESTS = $(check_PROGRAMS)
@@ -58,6 +59,12 @@ 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
62test_datacache_api_quota_SOURCES = \
63 test_datacache_api_quota.c
64test_datacache_api_quota_LDADD = \
65 $(top_builddir)/src/datacache/libgnunetdatacache.la \
66 $(top_builddir)/src/util/libgnunetutil.la
67
61perf_datacache_api_SOURCES = \ 68perf_datacache_api_SOURCES = \
62 perf_datacache_api.c 69 perf_datacache_api.c
63perf_datacache_api_LDADD = \ 70perf_datacache_api_LDADD = \