X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fhash_plus.cc;h=8675adef12a6e50afdeb06a7c6c8614d9470c38a;hb=d169e8c62f8ca4fe7d058d8e2254426105032b7e;hp=078bdd172d54be1e530aee5ae32fe05dd0263efe;hpb=a6b09c592769d07c446a627e7d0f8f42e1d25aac;p=awesomized%2Flibmemcached diff --git a/tests/hash_plus.cc b/tests/hash_plus.cc index 078bdd17..8675adef 100644 --- a/tests/hash_plus.cc +++ b/tests/hash_plus.cc @@ -131,6 +131,11 @@ static test_return_t set_function_test(void *) break; case HASHKIT_HASH_MURMUR3: +#ifdef WORDS_BIGENDIAN + continue; +#endif + list= murmur3_values; + break; case HASHKIT_HASH_MURMUR: #ifdef WORDS_BIGENDIAN continue;