minor changes
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 11:04:09 +0000 (11:04 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Sep 2013 11:04:09 +0000 (11:04 +0000)
src/ats/test_ats_solver_add_address.c

index c0b626765413bf5893a09bfd83482b2749db87d1..34d20398b4e7f6bef41b9b39569cdd274fb33012 100644 (file)
@@ -34,6 +34,9 @@
 #include "gnunet_testbed_service.h"
 #include "gnunet_ats_service.h"
 
+/**
+ * Result
+ */
 static int ret;
 
 
@@ -95,7 +98,7 @@ main (int argc, char *argv[])
   GNUNET_free (src_filename);
   GNUNET_free (test_filename);
 
-  if (0 != GNUNET_TESTING_peer_run ("test_ats_api_performance",
+  if (0 != GNUNET_TESTING_peer_run ("test-ats-solver",
       config_file, &run, NULL ))
     return GNUNET_SYSERR;