aboutsummaryrefslogtreecommitdiff
path: root/src/sensor/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensor/Makefile.am')
-rw-r--r--src/sensor/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index 4c19fc7f4..305b91aad 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -83,7 +83,8 @@ libgnunet_plugin_sensor_model_gaussian_la_DEPENDENCIES = \
83 libgnunetsensor.la 83 libgnunetsensor.la
84 84
85check_PROGRAMS = \ 85check_PROGRAMS = \
86 test_sensor_api 86 test_sensor_api \
87 test_gnunet-service-sensor_reporting
87 88
88if ENABLE_TEST_RUN 89if ENABLE_TEST_RUN
89AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 90AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;