aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-25 15:40:57 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-25 15:40:57 +0100
commita4e90ec3e4bb3531503543b9127b9195ab3e8898 (patch)
treefe110402488d2e9f1eec55193e70dceb7b96d32a /src/ats
parent92d1fd704da83c27e9aac3d385b8dd6cf0c18a8a (diff)
downloadgnunet-a4e90ec3e4bb3531503543b9127b9195ab3e8898.tar.gz
gnunet-a4e90ec3e4bb3531503543b9127b9195ab3e8898.zip
add config file
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am2
-rw-r--r--src/ats/test_ats2_lib.conf13
2 files changed, 15 insertions, 0 deletions
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 = \
82 plugin_ats2_simple.c 82 plugin_ats2_simple.c
83libgnunet_plugin_ats2_simple_la_LIBADD = \ 83libgnunet_plugin_ats2_simple_la_LIBADD = \
84 $(top_builddir)/src/hello/libgnunethello.la \ 84 $(top_builddir)/src/hello/libgnunethello.la \
85 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
86 $(top_builddir)/src/nt/libgnunetnt.la \
85 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 87 $(top_builddir)/src/statistics/libgnunetstatistics.la \
86 $(top_builddir)/src/util/libgnunetutil.la \ 88 $(top_builddir)/src/util/libgnunetutil.la \
87 $(LTLIBINTL) 89 $(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 @@
1@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3
4[ats]
5BINARY = gnunet-service-ats-new
6
7[core]
8START_ON_DEMAND = NO
9IMMEDIATE_START = NO
10
11[transport]
12START_ON_DEMAND = NO
13IMMEDIATE_START = NO