cmake: build&run tests (sortof)
[m6w6/libmemcached] / libtest / server.h
index 10c1d3745befe08fd3ff25852d78aeab9718ba78..73ad3bf846d3910676672211d84d00cdadf7d2ea 100644 (file)
@@ -205,7 +205,10 @@ public:
     _log_file.clear();
   }
 
-  std::pair<std::string, std::string> output();
+  std::pair<std::string, std::string> output()
+  {
+    return _app.output();
+  }
 
   pid_t pid() const;