aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-14 17:36:12 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-14 17:36:12 +0200
commit9860e996e2d7d77b21aef822eefc478c1f4e00a3 (patch)
treecfe24aca8f313c5a0dcb87e0daa5c85dfe492819 /src/dht/Makefile.am
parent4eb095257c85bef948dae591d88aa3c36b015119 (diff)
downloadgnunet-9860e996e2d7d77b21aef822eefc478c1f4e00a3.tar.gz
gnunet-9860e996e2d7d77b21aef822eefc478c1f4e00a3.zip
TNG: Remove some testbed dependent tests
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index f4c7efb3d..62b093c5d 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -53,9 +53,6 @@ bin_PROGRAMS = \
53 gnunet-dht-put \ 53 gnunet-dht-put \
54 gnunet-dht-hello 54 gnunet-dht-hello
55 55
56#noinst_PROGRAMS = \
57# gnunet-dht-profiler
58
59gnunet_service_dht_SOURCES = \ 56gnunet_service_dht_SOURCES = \
60 gnunet-service-dht.c gnunet-service-dht.h \ 57 gnunet-service-dht.c gnunet-service-dht.h \
61 gnunet-service-dht_datacache.c gnunet-service-dht_datacache.h \ 58 gnunet-service-dht_datacache.c gnunet-service-dht_datacache.h \
@@ -108,27 +105,6 @@ gnunet_dht_monitor_LDADD = \
108gnunet_dht_monitor_LDFLAGS = \ 105gnunet_dht_monitor_LDFLAGS = \
109 $(GN_LIBINTL) 106 $(GN_LIBINTL)
110 107
111# TNG
112#gnunet_dht_profiler_SOURCES = \
113# gnunet_dht_profiler.c
114#gnunet_dht_profiler_LDADD = \
115# libgnunetdht.la \
116# $(top_builddir)/src/core/libgnunetcore.la \
117# $(top_builddir)/src/util/libgnunetutil.la \
118# $(top_builddir)/src/testing/libgnunettesting.la \
119# $(top_builddir)/src/testbed/libgnunettestbed.la
120#gnunet_dht_profiler_LDFLAGS = \
121# $(GN_LIBINTL)
122
123#noinst_LIBRARIES = libgnunetdhttest.a
124#
125#libgnunetdhttest_a_SOURCES = \
126# dht_test_lib.c dht_test_lib.h
127#libgnunetdhttest_a_LIBADD = \
128# $(top_builddir)/src/util/libgnunetutil.la \
129# $(top_builddir)/src/testbed/libgnunettestbed.la \
130# libgnunetdht.la
131
132if ENABLE_TEST_RUN 108if ENABLE_TEST_RUN
133AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 109AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
134endif 110endif