aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-08-30 20:54:44 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-08-30 20:54:44 +0000
commit2e25d8c868521f318381a8b87c9f8c1c7c402b7c (patch)
treea5d9b8fca78e55da9d8c62ff8fe6d1d480a459e0 /src/set/test_set.conf
parentc92948f72526fe599680c06cbe80d0ffdc11f597 (diff)
downloadgnunet-2e25d8c868521f318381a8b87c9f8c1c7c402b7c.tar.gz
gnunet-2e25d8c868521f318381a8b87c9f8c1c7c402b7c.zip
add test case for 'GNUNET_SET_copy_lazy', fix bugs
Diffstat (limited to 'src/set/test_set.conf')
-rw-r--r--src/set/test_set.conf48
1 files changed, 44 insertions, 4 deletions
diff --git a/src/set/test_set.conf b/src/set/test_set.conf
index 011a5ed4b..f3c0770fe 100644
--- a/src/set/test_set.conf
+++ b/src/set/test_set.conf
@@ -1,4 +1,3 @@
1# @INLINE@ test_set_defaults.conf
2[PATHS] 1[PATHS]
3GNUNET_TEST_HOME = /tmp/test-gnunet-set/ 2GNUNET_TEST_HOME = /tmp/test-gnunet-set/
4 3
@@ -8,11 +7,52 @@ AUTOSTART = YES
8#PREFIX = valgrind 7#PREFIX = valgrind
9#PREFIX = valgrind -v --leak-check=full 8#PREFIX = valgrind -v --leak-check=full
10#PREFIX = gdbserver :1234 9#PREFIX = gdbserver :1234
11#OPTIONS = -L INFO 10OPTIONS = -L INFO
12 11
13[transport] 12[transport]
13PLUGINS = unix
14OPTIONS = -LERROR 14OPTIONS = -LERROR
15 15
16[testbed] 16[nat]
17OVERLAY_TOPOLOGY = CLIQUE 17RETURN_LOCAL_ADDRESSES = YES
18DISABLEV6 = YES
19USE_LOCALADDR = YES
20
21[peerinfo]
22NO_IO = YES
23
24[nse]
25WORKBITS = 0
26
27[hostlist]
28FORCESTART = NO
29AUTOSTART = NO
30
31[fs]
32FORCESTART = NO
33AUTOSTART = NO
34
35[vpn]
36FORCESTART = NO
37AUTOSTART = NO
38
39[revocation]
40FORCESTART = NO
41AUTOSTART = NO
42
43[gns]
44FORCESTART = NO
45AUTOSTART = NO
46
47[namestore]
48FORCESTART = NO
49AUTOSTART = NO
50
51[namecache]
52FORCESTART = NO
53AUTOSTART = NO
54
55[topology]
56FORCESTART = NO
57AUTOSTART = NO
18 58