From: Christian Grothoff Date: Fri, 25 Jan 2019 14:40:57 +0000 (+0100) Subject: add config file X-Git-Tag: v0.11.0~127^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4e90ec3e4bb3531503543b9127b9195ab3e8898;p=oweals%2Fgnunet.git add config file --- 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