Merge in code for C++ compiling of libmemcached.
[m6w6/libmemcached] / libtest / test.c
index da989b179638bfd95eed8cacefd012fea200b5f7..afb2b96522ce4c1f582e4fa6771c5c2bb2735c31 100644 (file)
@@ -10,7 +10,7 @@
   Sample test application.
 */
 
-#include "config.h"
+#include <config.h>
 
 #include <unistd.h>
 
@@ -24,8 +24,6 @@
 #include <time.h>
 #include <stdint.h>
 
-#include <libmemcached/memcached.h>
-
 #include <libtest/test.h>
 #include <libtest/failed.h>
 
@@ -370,9 +368,5 @@ cleanup:
 
   world_stats_print(&stats);
 
-#ifdef LIBMEMCACHED_WITH_SASL_SUPPORT
-  sasl_done();
-#endif
-
   return stats.failed == 0 ? 0 : 1;
 }