tests: Add tests for CityHash

This commit is contained in:
ReinUsesLisp 2021-02-18 00:43:42 -03:00
parent 6be0975bf2
commit 9ca5e52f07
2 changed files with 23 additions and 0 deletions

View file

@ -1,5 +1,6 @@
add_executable(tests
common/bit_field.cpp
common/cityhash.cpp
common/fibers.cpp
common/param_package.cpp
common/ring_buffer.cpp