aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-02 10:32:15 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-02 10:32:15 +0100
commitd28f3bcc0d287df747f4831954c649325195db96 (patch)
tree2c7694926753dcc51569da954c937b37d870fc59 /src
parentc2464e9f9cecfa9dcdb00bffdf57da0100a935eb (diff)
downloadgnunet-d28f3bcc0d287df747f4831954c649325195db96.tar.gz
gnunet-d28f3bcc0d287df747f4831954c649325195db96.zip
TOPOLOGY: Disable test requiring removed testbed
Diffstat (limited to 'src')
-rw-r--r--src/service/topology/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/topology/Makefile.am b/src/service/topology/Makefile.am
index 7f5ad1893..559e55174 100644
--- a/src/service/topology/Makefile.am
+++ b/src/service/topology/Makefile.am
@@ -28,8 +28,8 @@ gnunet_daemon_topology_LDADD = \
28 $(GN_LIBINTL) 28 $(GN_LIBINTL)
29 29
30 30
31check_PROGRAMS = \ 31#check_PROGRAMS = \
32 test_gnunet_daemon_topology 32# test_gnunet_daemon_topology
33 33
34# if ENABLE_TEST_RUN 34# if ENABLE_TEST_RUN
35# AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 35# AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;