aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup_public.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 07:47:07 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 07:47:07 +0000
commitf785d87b274d383727af27f15e077e67900a2c9b (patch)
tree359fe3b4bba33911417eda33fe08813d8ee8fc09 /src/namestore/test_namestore_api_lookup_public.c
parent37c9580896ed4b977bc407d618d443a78ff5584a (diff)
downloadgnunet-f785d87b274d383727af27f15e077e67900a2c9b.tar.gz
gnunet-f785d87b274d383727af27f15e077e67900a2c9b.zip
-start namecache as well, perform NC registration for client during lookup handling
Diffstat (limited to 'src/namestore/test_namestore_api_lookup_public.c')
-rw-r--r--src/namestore/test_namestore_api_lookup_public.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/namestore/test_namestore_api_lookup_public.c b/src/namestore/test_namestore_api_lookup_public.c
index 10bfefbed..a119e34d6 100644
--- a/src/namestore/test_namestore_api_lookup_public.c
+++ b/src/namestore/test_namestore_api_lookup_public.c
@@ -233,14 +233,13 @@ main (int argc, char *argv[])
233{ 233{
234 res = 1; 234 res = 1;
235 if (0 != 235 if (0 !=
236 GNUNET_TESTING_service_run ("test-namestore-api", 236 GNUNET_TESTING_peer_run ("test-namestore-api",
237 "namestore", 237 "test_namestore_api.conf",
238 "test_namestore_api.conf", 238 &run,
239 &run, 239 NULL))
240 NULL))
241 return 1; 240 return 1;
242 return res; 241 return res;
243} 242}
244 243
245 244
246/* end of test_namestore_api.c */ 245/* end of test_namestore_api_lookup_public.c */