aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-29 08:05:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-29 08:05:52 +0000
commitb80e650bad570e01b5600aab2a667d177fc17770 (patch)
treeae5b933796c34f8c0e56f54448da98c4174f683c /src/fs/test_fs_getopt.c
parent673dda8cec9a607d77543abd697982fc1fe9e271 (diff)
downloadgnunet-b80e650bad570e01b5600aab2a667d177fc17770.tar.gz
gnunet-b80e650bad570e01b5600aab2a667d177fc17770.zip
travelhacking
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r--src/fs/test_fs_getopt.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
new file mode 100644
index 000000000..2c0a0eba4
--- /dev/null
+++ b/src/fs/test_fs_getopt.c
@@ -0,0 +1,33 @@
1/*
2 This file is part of GNUnet
3 (C) 2009 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20/**
21 * @file fs/test_fs_getopt.c
22 * @brief test for fs_getopt.c
23 * @author Christian Grothoff
24 */
25#include "platform.h"
26#include "gnunet_fs_lib.h"
27
28int
29main (int argc, char *argv[])
30{
31 fprintf (stderr, "WARNING: testcase not yet written.\n");
32 return 0; /* testcase passed */
33}