Update all licenses to BSD.
[m6w6/libmemcached] / libtest / runner.cc
index 808fb13cb30b9620e421c9c46fee5ad14a1a816a..01cb99a8d690d80d6c8324af878c26e1b18deec0 100644 (file)
@@ -1,8 +1,8 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
- * 
- *  uTest, libtest
  *
- *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *  Data Differential YATL (i.e. libtest)  library
+ *
+ *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions are
@@ -34,6 +34,7 @@
  *
  */
 
+#include <config.h>
 #include <libtest/common.h>
 
 namespace libtest {
@@ -42,6 +43,11 @@ Runner::Runner()
 {
 }
 
+test_return_t Runner::flush(void*)
+{
+  return TEST_SUCCESS;
+}
+
 test_return_t Runner::run(test_callback_fn* func, void *object)
 {
   if (func)