Add Gitter badge
[awesomized/libmemcached] / tests / memcapable.cc
index 4e7c957da441a8648b941a1a833a7c7ac35c2526..2bd1aec2ccdf1013d5da3158b7d31ad500e3fe33 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;
 
@@ -119,7 +119,7 @@ static void *world_create(server_startup_st& servers, test_return_t&)
 
 void get_world(libtest::Framework* world)
 {
-  executable= "./clients/memcapable";
+  executable= "./src/bin/memcapable";
   world->collections(collection);
   world->create(world_create);
 }