From a4e90ec3e4bb3531503543b9127b9195ab3e8898 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 25 Jan 2019 15:40:57 +0100 Subject: [PATCH] add config file --- src/ats/Makefile.am | 2 ++ src/ats/test_ats2_lib.conf | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/ats/test_ats2_lib.conf diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index f113d96e7..4f2a93227 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -82,6 +82,8 @@ libgnunet_plugin_ats2_simple_la_SOURCES = \ plugin_ats2_simple.c libgnunet_plugin_ats2_simple_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ + $(top_builddir)/src/nt/libgnunetnt.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) diff --git a/src/ats/test_ats2_lib.conf b/src/ats/test_ats2_lib.conf new file mode 100644 index 000000000..e24f5ea68 --- /dev/null +++ b/src/ats/test_ats2_lib.conf @@ -0,0 +1,13 @@ +@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf +@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf + +[ats] +BINARY = gnunet-service-ats-new + +[core] +START_ON_DEMAND = NO +IMMEDIATE_START = NO + +[transport] +START_ON_DEMAND = NO +IMMEDIATE_START = NO -- 2.25.1