aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-28 19:58:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-28 19:58:57 +0000
commitdc2690120fede8195a6da20523759d7fc20c9fe9 (patch)
tree5b5de63c02e8b2c7f72ef2a86e124a34ac850586 /src/fs
parent486296aaa8a138f4a71adfb22ef8bf2e591d62ac (diff)
downloadgnunet-dc2690120fede8195a6da20523759d7fc20c9fe9.tar.gz
gnunet-dc2690120fede8195a6da20523759d7fc20c9fe9.zip
stuff
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am3
-rw-r--r--src/fs/fs_test_lib_data.conf8
2 files changed, 6 insertions, 5 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 984826b5f..bb31e83ed 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -168,9 +168,10 @@ if HAVE_PYTHON_PEXPECT
168check_SCRIPTS = \ 168check_SCRIPTS = \
169 test_gnunet_fs_psd.py \ 169 test_gnunet_fs_psd.py \
170 test_gnunet_fs_rec.py \ 170 test_gnunet_fs_rec.py \
171 test_gnunet_fs_ns.py \
172 test_gnunet_fs_idx.py 171 test_gnunet_fs_idx.py
173endif 172endif
173# test_gnunet_fs_ns.py
174
174 175
175if !DISABLE_TEST_RUN 176if !DISABLE_TEST_RUN
176TESTS = \ 177TESTS = \
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 7a6576875..71c732a31 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -20,7 +20,7 @@ HOSTNAME = localhost
20DEFAULTSERVICES = fs 20DEFAULTSERVICES = fs
21 21
22[datastore] 22[datastore]
23DEBUG = YES 23#DEBUG = YES
24#PREFIX = valgrind --tool=memcheck --leak-check=yes 24#PREFIX = valgrind --tool=memcheck --leak-check=yes
25QUOTA = 2000000000 25QUOTA = 2000000000
26 26
@@ -53,9 +53,9 @@ HOSTNAME = localhost
53#OPTIONS = -L DEBUG 53#OPTIONS = -L DEBUG
54CONTENT_CACHING = NO 54CONTENT_CACHING = NO
55CONTENT_PUSHING = NO 55CONTENT_PUSHING = NO
56DEBUG = YES 56#DEBUG = YES
57# PREFIX = valgrind --tool=memcheck --leak-check=yes --trace-children=yes 57PREFIX = valgrind --tool=memcheck --leak-check=yes --trace-children=yes
58#BINARY = /home/grothoff/gn9/bin/gnunet-service-fs 58BINARY = /home/grothoff/bin/gnunet-service-fs
59#PREFIX = xterm -e gdb -x cmd --args 59#PREFIX = xterm -e gdb -x cmd --args
60 60
61[testing] 61[testing]