diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-08-01 08:12:45 -0500 |
commit | 000ad0090a0b4eb9889f4c45d35d4d7af2dbbe27 (patch) | |
tree | dda00bef19b649c154ba6a2b37f0f73fa1697c30 /src/template/test_template_api.c | |
parent | 0f8d8bc0c5c09246d647d233767cf3437c6e8bcd (diff) |
Imported Upstream version 0.9.5a
Diffstat (limited to 'src/template/test_template_api.c')
-rw-r--r-- | src/template/test_template_api.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template/test_template_api.c b/src/template/test_template_api.c index b987851..a08a6d8 100644 --- a/src/template/test_template_api.c +++ b/src/template/test_template_api.c @@ -18,13 +18,12 @@ Boston, MA 02111-1307, USA. */ /** - * @file template/test_template.c + * @file template/test_template_api.c * @brief testcase for template.c */ #include "platform.h" #include "gnunet_common.h" -#define VERBOSE GNUNET_NO static int check () @@ -42,4 +41,4 @@ main (int argc, char *argv[]) return ret; } -/* end of test_template.c */ +/* end of test_template_api.c */ |