aboutsummaryrefslogtreecommitdiff
path: root/src/sensor/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-08-19 20:32:27 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-08-19 20:32:27 +0000
commit491e6b15d64983d8885067d3ef7bcb354d9555c6 (patch)
tree968109b149ea6cccb8d3c4123bc59d1aad9e1ec4 /src/sensor/Makefile.am
parent41b260fd0f3db3daf54c5e03ccb07af4b1fc5859 (diff)
downloadgnunet-491e6b15d64983d8885067d3ef7bcb354d9555c6.tar.gz
gnunet-491e6b15d64983d8885067d3ef7bcb354d9555c6.zip
sensor: test case for proof-of-work + fixes
Diffstat (limited to 'src/sensor/Makefile.am')
-rw-r--r--src/sensor/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index d6577ee63..00c8f8301 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -85,7 +85,8 @@ libgnunet_plugin_sensor_model_gaussian_la_DEPENDENCIES = \
85 85
86check_PROGRAMS = \ 86check_PROGRAMS = \
87 test_sensor_api \ 87 test_sensor_api \
88 test_gnunet-service-sensor_reporting 88 test_gnunet-service-sensor_reporting \
89 test_pow_sign
89 90
90if ENABLE_TEST_RUN 91if ENABLE_TEST_RUN
91AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 92AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
@@ -106,6 +107,13 @@ test_gnunet_service_sensor_reporting_LDADD = \
106 $(top_builddir)/src/testbed/libgnunettestbed.la \ 107 $(top_builddir)/src/testbed/libgnunettestbed.la \
107 $(top_builddir)/src/peerstore/libgnunetpeerstore.la 108 $(top_builddir)/src/peerstore/libgnunetpeerstore.la
108 109
110test_pow_sign_SOURCES = \
111 test_pow_sign.c
112test_pow_sign_LDADD = \
113 $(top_builddir)/src/util/libgnunetutil.la \
114 $(top_builddir)/src/testbed/libgnunettestbed.la \
115 libgnunetsensorutil.la
116
109pkgsensordir = sensors 117pkgsensordir = sensors
110 118
111install-data-local: 119install-data-local: