X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Frunner.cc;h=01cb99a8d690d80d6c8324af878c26e1b18deec0;hb=19fae5d41322f8230ed5e0697ec0ce51e1ccdeaa;hp=808fb13cb30b9620e421c9c46fee5ad14a1a816a;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=m6w6%2Flibmemcached diff --git a/libtest/runner.cc b/libtest/runner.cc index 808fb13c..01cb99a8 100644 --- a/libtest/runner.cc +++ b/libtest/runner.cc @@ -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 #include 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)