From: Christian Grothoff Date: Sat, 24 Nov 2012 22:49:52 +0000 (+0000) Subject: combining test_fs_download.c and test_fs_download_index.c into one file, adding addit... X-Git-Tag: initial-import-from-subversion-38251~10721 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb402314191286004d4b5450508080b3ef7b4e5b;p=oweals%2Fgnunet.git combining test_fs_download.c and test_fs_download_index.c into one file, adding additional test test_fs_download_stream --- diff --git a/src/fs/test_fs_download_indexed.conf b/src/fs/test_fs_download_indexed.conf new file mode 100644 index 000000000..d3dd4be63 --- /dev/null +++ b/src/fs/test_fs_download_indexed.conf @@ -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 index 000000000..3ee0b4152 --- /dev/null +++ b/src/fs/test_fs_download_stream.conf @@ -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