aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-22 10:11:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-22 10:11:28 +0000
commitbbb37441d14a3bf0b7224d06255a0a638e522bb2 (patch)
tree7f4a06bb15f5c33680097a48af2d683337cdc566 /src/fs
parent94706428e8d7067cac7dec5d04ccc1cf99a56af5 (diff)
downloadgnunet-bbb37441d14a3bf0b7224d06255a0a638e522bb2.tar.gz
gnunet-bbb37441d14a3bf0b7224d06255a0a638e522bb2.zip
stuff
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am1
-rw-r--r--src/fs/test_fs_test_lib.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 6ac789c38..c026c23e4 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -124,6 +124,7 @@ check_PROGRAMS = \
124 test_fs_publish \ 124 test_fs_publish \
125 test_fs_search \ 125 test_fs_search \
126 test_fs_start_stop \ 126 test_fs_start_stop \
127 test_fs_test_lib \
127 test_fs_unindex \ 128 test_fs_unindex \
128 test_fs_uri \ 129 test_fs_uri \
129 test_gnunet_service_fs_p2p 130 test_gnunet_service_fs_p2p
diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c
index 3118d685d..ae81f7ba4 100644
--- a/src/fs/test_fs_test_lib.c
+++ b/src/fs/test_fs_test_lib.c
@@ -24,7 +24,7 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "test_fs_lib.h" 27#include "fs_test_lib.h"
28 28
29#define VERBOSE GNUNET_YES 29#define VERBOSE GNUNET_YES
30 30