add config file
authorChristian Grothoff <christian@grothoff.org>
Fri, 25 Jan 2019 14:40:57 +0000 (15:40 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 25 Jan 2019 14:40:57 +0000 (15:40 +0100)
src/ats/Makefile.am
src/ats/test_ats2_lib.conf [new file with mode: 0644]

index f113d96e751f9d777b61538484ebc83e27baa527..4f2a93227327531c107fb75b84e29307331c843b 100644 (file)
@@ -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 (file)
index 0000000..e24f5ea
--- /dev/null
@@ -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