aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-25 14:30:10 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-25 14:30:10 +0000
commit4f3705cbfef52322292ce8b60f1d5326825f8606 (patch)
treed46c3294cb791d674ab63829d3559c9a162404f1 /src/datastore/Makefile.am
parenta8871b8ff983bdb8adc224a9a88ba5d2960df859 (diff)
downloadgnunet-4f3705cbfef52322292ce8b60f1d5326825f8606.tar.gz
gnunet-4f3705cbfef52322292ce8b60f1d5326825f8606.zip
more tests
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r--src/datastore/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 17fdb4378..07a14e534 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -58,6 +58,7 @@ libgnunet_plugin_datastore_template_la_LDFLAGS = \
58 58
59check_PROGRAMS = \ 59check_PROGRAMS = \
60 test_datastore_api \ 60 test_datastore_api \
61 test_datastore_api_management \
61 perf_datastore_api \ 62 perf_datastore_api \
62 perf_plugin_datastore 63 perf_plugin_datastore
63 64
@@ -69,6 +70,12 @@ test_datastore_api_LDADD = \
69 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 70 $(top_builddir)/src/datastore/libgnunetdatastore.la \
70 $(top_builddir)/src/util/libgnunetutil.la 71 $(top_builddir)/src/util/libgnunetutil.la
71 72
73test_datastore_api_management_SOURCES = \
74 test_datastore_api_management.c
75test_datastore_api_management_LDADD = \
76 $(top_builddir)/src/datastore/libgnunetdatastore.la \
77 $(top_builddir)/src/util/libgnunetutil.la
78
72perf_datastore_api_SOURCES = \ 79perf_datastore_api_SOURCES = \
73 perf_datastore_api.c 80 perf_datastore_api.c
74perf_datastore_api_LDADD = \ 81perf_datastore_api_LDADD = \