fix includes
[awesomized/libmemcached] / tests / memexist.cc
index 41a4648dc36bdc8e629abda2b63f4a99a156c66b..b081e685cf34c448c1f6c4a4a50ae258b14a7312 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 <libmemcachedutil-1.0/util.h>
+#include "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
+#include "libmemcachedutil-1.0/util.h"
 
 using namespace libtest;
 
@@ -51,7 +51,7 @@ using namespace libtest;
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
 
-static std::string executable("./clients/memexist");
+static std::string executable("./src/bin/memexist");
 
 static test_return_t help_test(void *)
 {