aboutsummaryrefslogtreecommitdiff
path: root/src/dhtu/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-08 07:56:47 +0100
committert3sserakt <t3ss@posteo.de>2021-12-08 07:56:47 +0100
commit91eec8adabb74b6488a01c45927dfb7c85e1a45e (patch)
tree09df94d106215fc3d9d608d25a03852e92ee0ddb /src/dhtu/Makefile.am
parent4d7f5eb19e168f9c383e7cbd19377100111a5f4f (diff)
downloadgnunet-91eec8adabb74b6488a01c45927dfb7c85e1a45e.tar.gz
gnunet-91eec8adabb74b6488a01c45927dfb7c85e1a45e.zip
- removed test_dhtu_ip.c from Makefile.am, usage of ng testing framework changed
Diffstat (limited to 'src/dhtu/Makefile.am')
-rw-r--r--src/dhtu/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index 0e10721cd..b280f18e2 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -55,18 +55,6 @@ libgnunettestingdhtu_la_LDFLAGS = \
55 $(GN_LIB_LDFLAGS) \ 55 $(GN_LIB_LDFLAGS) \
56 -version-info 0:0:0 56 -version-info 0:0:0
57 57
58
59
60test_dhtu_ip_SOURCES = \
61 test_dhtu_ip.c
62test_dhtu_ip_LDADD = \
63 $(top_builddir)/src/testing/libgnunettesting.la \
64 $(top_builddir)/src/arm/libgnunetarm.la \
65 $(top_builddir)/src/util/libgnunetutil.la
66
67check_PROGRAMS = \
68 test_dhtu_ip
69
70if ENABLE_TEST_RUN 58if ENABLE_TEST_RUN
71AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 59AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
72TESTS = \ 60TESTS = \