gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: - fixed Makefile.am


From: gnunet
Subject: [gnunet] branch master updated: - fixed Makefile.am
Date: Wed, 08 Dec 2021 11:26:30 +0100

This is an automated email from the git hooks/post-receive script.

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 74fffdf71 - fixed Makefile.am
74fffdf71 is described below

commit 74fffdf71d7eaba596815da100ef4fe7d8ef0946
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Dec 8 11:26:23 2021 +0100

    - fixed Makefile.am
---
 src/dhtu/Makefile.am    | 12 ++++++++++++
 src/dhtu/test_dhtu_ip.c |  7 +------
 2 files changed, 13 insertions(+), 6 deletions(-)

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 = \
diff --git a/src/dhtu/test_dhtu_ip.c b/src/dhtu/test_dhtu_ip.c
index 7913cfc35..030b17b5f 100644
--- a/src/dhtu/test_dhtu_ip.c
+++ b/src/dhtu/test_dhtu_ip.c
@@ -37,14 +37,9 @@ main (int argc,
       char *const *argv)
 {
   struct GNUNET_TESTING_Command commands[] = {
-    GNUNET_TESTING_cmd_netjail_start ("netjail-start",
-                                      CONFIG_FILE),
-    GNUNET_TESTING_cmd_netjail_stop ("netjail-stop",
-                                     CONFIG_FILE),
     GNUNET_TESTING_cmd_end ()
   };
 
-  return GNUNET_TESTING_main (NULL,
-                              commands,
+  return GNUNET_TESTING_main (commands,
                               TIMEOUT);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]