tests: Implement tests for verifying HashValue

Values were randomly generated and the verification was done against boost 1.79.
This commit is contained in:
Morph
2023-03-25 22:45:05 -04:00
parent 9971cd1d55
commit f09d192aac
2 changed files with 42 additions and 0 deletions

View File

@ -4,6 +4,7 @@
add_executable(tests
common/bit_field.cpp
common/cityhash.cpp
common/container_hash.cpp
common/fibers.cpp
common/host_memory.cpp
common/param_package.cpp