Merge in updated yatl.
[awesomized/libmemcached] / libtest / formatter.cc
index f19404d49fa9d9ff0b543cf8c04669641c1c6520..6d4f1a336502c09a3bb028cc4ac804b5b7d104f6 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 
-#include <config.h>
+#include "libtest/yatlcon.h"
 
 #include <libtest/common.h>
 
@@ -88,9 +88,11 @@ private:
   libtest::Timer _timer;
 };
 
-Formatter::Formatter(const std::string& arg) :
-  _suite_name(arg)
+Formatter::Formatter(const std::string& frame_name, const std::string& arg)
 {
+  _suite_name= frame_name;
+  _suite_name+= ".";
+  _suite_name+= arg;
 }
 
 Formatter::~Formatter()