libmemcached: fix #58 (connect errno)
[awesomized/libmemcached] / tests / hash_plus.cc
index 257a42ec643f2170c07248465b70281e088ffb81..8675adef12a6e50afdeb06a7c6c8614d9470c38a 100644 (file)
@@ -2,7 +2,7 @@
   C++ to libhashkit
 */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <libtest/test.hpp>
 
@@ -130,6 +130,12 @@ static test_return_t set_function_test(void *)
       list= hsieh_values;
       break;
 
+    case HASHKIT_HASH_MURMUR3:
+#ifdef WORDS_BIGENDIAN
+      continue;
+#endif
+      list= murmur3_values;
+      break;
     case HASHKIT_HASH_MURMUR:
 #ifdef WORDS_BIGENDIAN
       continue;