cmake: add libmemcachedprotocol to build
[awesomized/libmemcached] / tests / memping.cc
index af057defa7ad9e587f5055f4071c51d60870d83c..0712efd2d9c6ee5c41e0ede090a0925fcb444c8a 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;
 
@@ -50,7 +50,7 @@ using namespace libtest;
 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
 #endif
 
-static std::string executable("clients/memping");
+static std::string executable("src/bin/memping");
 
 static test_return_t help_test(void *)
 {