commit 91eec8adabb74b6488a01c45927dfb7c85e1a45e
parent 4d7f5eb19e168f9c383e7cbd19377100111a5f4f
Author: t3sserakt <t3ss@posteo.de>
Date: Wed, 8 Dec 2021 07:56:47 +0100
- removed test_dhtu_ip.c from Makefile.am, usage of ng testing framework changed
Diffstat:
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
@@ -55,18 +55,6 @@ libgnunettestingdhtu_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) \
-version-info 0:0:0
-
-
-test_dhtu_ip_SOURCES = \
- test_dhtu_ip.c
-test_dhtu_ip_LDADD = \
- $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/arm/libgnunetarm.la \
- $(top_builddir)/src/util/libgnunetutil.la
-
-check_PROGRAMS = \
- test_dhtu_ip
-
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 = \