[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from HashUtilTest
[ RUN      ] HashUtilTest.TestMurmur2Hash64
[       OK ] HashUtilTest.TestMurmur2Hash64 (0 ms)
[ RUN      ] HashUtilTest.TestFastHash64
[       OK ] HashUtilTest.TestFastHash64 (0 ms)
[ RUN      ] HashUtilTest.TestFastHash32
[       OK ] HashUtilTest.TestFastHash32 (0 ms)
[ RUN      ] HashUtilTest.TestComputeHash32Available
[       OK ] HashUtilTest.TestComputeHash32Available (0 ms)
[----------] 4 tests from HashUtilTest (0 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 4 tests.
