Add support for murmur3
[m6w6/libmemcached] / tests / hash_plus.cc
index 257a42ec643f2170c07248465b70281e088ffb81..078bdd172d54be1e530aee5ae32fe05dd0263efe 100644 (file)
@@ -2,7 +2,7 @@
   C++ to libhashkit
 */
 
-#include <config.h>
+#include <mem_config.h>
 
 #include <libtest/test.hpp>
 
@@ -130,6 +130,7 @@ static test_return_t set_function_test(void *)
       list= hsieh_values;
       break;
 
+    case HASHKIT_HASH_MURMUR3:
     case HASHKIT_HASH_MURMUR:
 #ifdef WORDS_BIGENDIAN
       continue;