docs: flush libmemcached progress
[awesomized/libmemcached] / tests / memflush.cc
index c197b4903956c8ada4969e9c0229e68145af0c3d..06b38ea5219e2332e87da19ce2d35ff9a6eb8517 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <mem_config.h>
+#include "mem_config.h"
 
-#include <libtest/test.hpp>
-#include <libmemcached-1.0/memcached.h>
+#include "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
 
 using namespace libtest;
 
@@ -112,7 +112,7 @@ static void *world_create(server_startup_st& servers, test_return_t& error)
 
 void get_world(libtest::Framework* world)
 {
-  executable= "./clients/memflush";
+  executable= "./src/bin/memflush";
   world->collections(collection);
   world->create(world_create);
 }