summaryrefslogtreecommitdiff
path: root/src/testing
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 /src/testing
parent9c187aa020cab67ccafba03b6907c3913573487c (diff)
-make check/dist ftbfs fix. needs filev0.15.4-alpha.1
Diffstat (limited to 'src/testing')
-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 = \
check_PROGRAMS = \
- test_testing_topology \
test_testing_api_cmd_netjail \
test_testing_hello_world \
test_testing_portreservation \
@@ -109,7 +108,6 @@ check_PROGRAMS = \
if ENABLE_TEST_RUN
AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
TESTS = \
- test_testing_topology \
test_testing_api_cmd_netjail \
test_testing_hello_world \
test_testing_portreservation \
@@ -118,11 +116,11 @@ TESTS = \
test_testing_servicestartup
endif
-test_testing_topology_SOURCES = \
- test_testing_topology.c
-test_testing_topology_LDADD = \
- libgnunettesting.la \
- $(top_builddir)/src/util/libgnunetutil.la
+#test_testing_topology_SOURCES = \
+# test_testing_topology.c
+#test_testing_topology_LDADD = \
+# libgnunettesting.la \
+# $(top_builddir)/src/util/libgnunetutil.la
test_testing_api_cmd_netjail_SOURCES = \
test_testing_api_cmd_netjail.c