aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-10 18:09:22 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-10 18:09:22 +0200
commit03ec948c7615cf364a095a609eac61a109b630ce (patch)
treeb7e20d222502209e5096352ccf1da120b3f5708e
parent9c187aa020cab67ccafba03b6907c3913573487c (diff)
downloadgnunet-03ec948c7615cf364a095a609eac61a109b630ce.tar.gz
gnunet-03ec948c7615cf364a095a609eac61a109b630ce.zip
-make check/dist ftbfs fix. needs filev0.15.4-alpha.1
-rw-r--r--src/testing/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 386fcd041..2145858c4 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -97,7 +97,6 @@ list_keys_LDADD = \
97 97
98 98
99check_PROGRAMS = \ 99check_PROGRAMS = \
100 test_testing_topology \
101 test_testing_api_cmd_netjail \ 100 test_testing_api_cmd_netjail \
102 test_testing_hello_world \ 101 test_testing_hello_world \
103 test_testing_portreservation \ 102 test_testing_portreservation \
@@ -109,7 +108,6 @@ check_PROGRAMS = \
109if ENABLE_TEST_RUN 108if ENABLE_TEST_RUN
110AM_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;
111TESTS = \ 110TESTS = \
112 test_testing_topology \
113 test_testing_api_cmd_netjail \ 111 test_testing_api_cmd_netjail \
114 test_testing_hello_world \ 112 test_testing_hello_world \
115 test_testing_portreservation \ 113 test_testing_portreservation \
@@ -118,11 +116,11 @@ TESTS = \
118 test_testing_servicestartup 116 test_testing_servicestartup
119endif 117endif
120 118
121test_testing_topology_SOURCES = \ 119#test_testing_topology_SOURCES = \
122 test_testing_topology.c 120# test_testing_topology.c
123test_testing_topology_LDADD = \ 121#test_testing_topology_LDADD = \
124 libgnunettesting.la \ 122# libgnunettesting.la \
125 $(top_builddir)/src/util/libgnunetutil.la 123# $(top_builddir)/src/util/libgnunetutil.la
126 124
127test_testing_api_cmd_netjail_SOURCES = \ 125test_testing_api_cmd_netjail_SOURCES = \
128 test_testing_api_cmd_netjail.c 126 test_testing_api_cmd_netjail.c