From 74fffdf71d7eaba596815da100ef4fe7d8ef0946 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 8 Dec 2021 11:26:23 +0100 Subject: - fixed Makefile.am --- src/dhtu/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/dhtu/Makefile.am') diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am index b280f18e2..0e10721cd 100644 --- a/src/dhtu/Makefile.am +++ b/src/dhtu/Makefile.am @@ -55,6 +55,18 @@ 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 = \ -- cgit v1.2.3