aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-04 19:03:43 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-04 19:03:43 +0000
commitdd715127aa919fdc66f1854d0db81560d5506d54 (patch)
tree4491b87b0e26d3e590c49299c3d0eeb4185f24ea /src/peerstore/Makefile.am
parentd5aa4968b0307c3e89db1f6deb6f029d2874f626 (diff)
downloadgnunet-dd715127aa919fdc66f1854d0db81560d5506d54.tar.gz
gnunet-dd715127aa919fdc66f1854d0db81560d5506d54.zip
peerstore: db index + store test
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index b7b7f3ea5..e65817569 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -65,16 +65,16 @@ libgnunet_plugin_peerstore_sqlite_la_DEPENDENCIES = \
65 libgnunetpeerstore.la 65 libgnunetpeerstore.la
66 66
67check_PROGRAMS = \ 67check_PROGRAMS = \
68 test_peerstore_api 68 test_peerstore_api_store
69 69
70if ENABLE_TEST_RUN 70if ENABLE_TEST_RUN
71AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 71AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
72TESTS = $(check_PROGRAMS) 72TESTS = $(check_PROGRAMS)
73endif 73endif
74 74
75test_peerstore_api_SOURCES = \ 75test_peerstore_api_store_SOURCES = \
76 test_peerstore_api.c 76 test_peerstore_api_store.c
77test_peerstore_api_LDADD = \ 77test_peerstore_api_store_LDADD = \
78 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 78 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
79 $(top_builddir)/src/testing/libgnunettesting.la \ 79 $(top_builddir)/src/testing/libgnunettesting.la \
80 $(top_builddir)/src/util/libgnunetutil.la 80 $(top_builddir)/src/util/libgnunetutil.la