warn for unimplemented functions
authorChristian Grothoff <christian@grothoff.org>
Sat, 31 Oct 2009 21:58:30 +0000 (21:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 31 Oct 2009 21:58:30 +0000 (21:58 +0000)
src/testing/testing_testbed.c

index da06dc8b18e45c92e0472d7a0f9e1a4b06266957..a3b2c93eb482e266e7f58a4480b2fcfba2c256ae 100644 (file)
@@ -67,6 +67,7 @@ GNUNET_TESTING_testbed_start (struct GNUNET_SCHEDULER_Handle *sched,
                              const char *hostname,
                              ...)
 {
+  GNUNET_break (0);
   return NULL;
 }
 
@@ -83,6 +84,7 @@ GNUNET_TESTING_testbed_stop (struct GNUNET_TESTING_Testbed *tb,
                             GNUNET_TESTING_NotifyCompletion cb,
                             void *cb_cls)
 {
+  GNUNET_break (0);
 }
 
 
@@ -113,6 +115,7 @@ GNUNET_TESTING_testbed_churn (struct GNUNET_TESTING_Testbed *tb,
                              GNUNET_TESTING_NotifyCompletion cb,
                              void *cb_cls)
 {
+  GNUNET_break (0);
 }