aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 824aa10d4..0c6182e61 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -36,10 +36,8 @@ libgnunetnse_la_LDFLAGS = \
36libexec_PROGRAMS = \ 36libexec_PROGRAMS = \
37 gnunet-service-nse 37 gnunet-service-nse
38 38
39if HAVE_TESTING
40noinst_PROGRAMS = \ 39noinst_PROGRAMS = \
41 gnunet-nse-profiler 40 gnunet-nse-profiler
42endif
43 41
44gnunet_nse_profiler_SOURCES = \ 42gnunet_nse_profiler_SOURCES = \
45 gnunet-nse-profiler.c 43 gnunet-nse-profiler.c
@@ -71,12 +69,10 @@ if HAVE_BENCHMARKS
71 MULTIPEER_TEST = test_nse_multipeer 69 MULTIPEER_TEST = test_nse_multipeer
72endif 70endif
73 71
74if HAVE_TESTING
75check_PROGRAMS = \ 72check_PROGRAMS = \
76 test_nse_api \ 73 test_nse_api \
77 perf_kdf \ 74 perf_kdf \
78 $(MULTIPEER_TEST) 75 $(MULTIPEER_TEST)
79endif
80 76
81if ENABLE_TEST_RUN 77if ENABLE_TEST_RUN
82AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 78AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;