aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:18:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 08:18:46 +0000
commit865ac1700fd6b8f88c3bca6e55c5f1a3db896d10 (patch)
tree9e96a99b113b3a5ba508bb38885417346acd1ace /src
parent15e39da4147d4fe8b94c23fee39ef4198c908a54 (diff)
downloadgnunet-865ac1700fd6b8f88c3bca6e55c5f1a3db896d10.tar.gz
gnunet-865ac1700fd6b8f88c3bca6e55c5f1a3db896d10.zip
docu and Makefile
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am7
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 837bb5a39..84425c3c9 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -43,8 +43,9 @@ if HAVE_TESTING
43TESTING_TESTS = \ 43TESTING_TESTS = \
44 test_namestore_api_store \ 44 test_namestore_api_store \
45 test_namestore_api_remove \ 45 test_namestore_api_remove \
46 test_namestore_api_zone_iteration 46 test_namestore_api_zone_iteration \
47# test_namestore_api_lookup 47 test_namestore_api_zone_iteration_specific_zone
48# test_namestore_api_lookup
48#test_namestore_api_lookup_specific_type 49#test_namestore_api_lookup_specific_type
49#test_namestore_api_create 50#test_namestore_api_create
50#test_namestore_api_create_update 51#test_namestore_api_create_update
@@ -52,7 +53,7 @@ TESTING_TESTS = \
52#test_namestore_api_zone_to_name 53#test_namestore_api_zone_to_name
53#test_namestore_api_monitoring 54#test_namestore_api_monitoring
54 55
55#test_namestore_api_zone_iteration_specific_zone 56
56#test_namestore_api_zone_iteration_stop 57#test_namestore_api_zone_iteration_stop
57endif 58endif
58 59
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index c03ea7cb8..ae79fe09c 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -19,7 +19,7 @@
19*/ 19*/
20/** 20/**
21 * @file namestore/test_namestore_api_zone_iteration.c 21 * @file namestore/test_namestore_api_zone_iteration.c
22 * @brief testcase for zone iteration functionality: iterate of a specific zone 22 * @brief testcase for zone iteration functionality: iterate all zones
23 */ 23 */
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_common.h" 25#include "gnunet_common.h"