cmake: IMPORT, EXPORT and RPATH improvements
[awesomized/libmemcached] / tests / memerror.cc
index 1c893e11b5851b4244cba2412801c4282baf57ac..816ef9de2f347212e6d824e2e830738fbe142a63 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <config.h>
+#include "mem_config.h"
 
-#include <libtest/test.hpp>
-#include <libmemcached/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/memerror");
+static std::string executable("./src/bin/memerror");
 
 static test_return_t help_TEST(void *)
 {
@@ -123,7 +123,7 @@ static void *world_create(server_startup_st&, test_return_t& error)
 }
 
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
   world->collections(collection);
   world->create(world_create);