cmake: IMPORT, EXPORT and RPATH improvements
[awesomized/libmemcached] / tests / memstat.cc
index 7bbab3633cc00ba8a1bc1bfdc5bcdbf05be3bde0..516ff7d91b5105305ed3e1132e067e6eead88ad7 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/memstat");
+static std::string executable("./src/bin/memstat");
 
 static test_return_t help_test(void *)
 {