combining test_fs_download.c and test_fs_download_index.c into one file, adding addit...
authorChristian Grothoff <christian@grothoff.org>
Sat, 24 Nov 2012 22:49:52 +0000 (22:49 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 24 Nov 2012 22:49:52 +0000 (22:49 +0000)
src/fs/test_fs_download_indexed.conf [new file with mode: 0644]
src/fs/test_fs_download_stream.conf [new file with mode: 0644]

diff --git a/src/fs/test_fs_download_indexed.conf b/src/fs/test_fs_download_indexed.conf
new file mode 100644 (file)
index 0000000..d3dd4be
--- /dev/null
@@ -0,0 +1,10 @@
+@INLINE@ test_fs_defaults.conf
+[PATHS]
+SERVICEHOME = /tmp/gnunet-test-fs-download/
+
+[download-test]
+# set to 'YES' to test non-anonymous download
+USE_STREAM = NO
+
+# set to 'YES' to use indexing
+USE_INDEX = YES
\ No newline at end of file
diff --git a/src/fs/test_fs_download_stream.conf b/src/fs/test_fs_download_stream.conf
new file mode 100644 (file)
index 0000000..3ee0b41
--- /dev/null
@@ -0,0 +1,10 @@
+@INLINE@ test_fs_defaults.conf
+[PATHS]
+SERVICEHOME = /tmp/gnunet-test-fs-download/
+
+[download-test]
+# set to 'YES' to test non-anonymous download
+USE_STREAM = NO
+
+# set to 'YES' to use indexing
+USE_INDEX = NO