tests: Add tests for host memory

This commit is contained in:
ReinUsesLisp 2021-06-05 04:16:32 -03:00 committed by Markus Wick
parent 5105318bbc
commit 740edacc8d
2 changed files with 184 additions and 0 deletions

View file

@ -2,6 +2,7 @@ add_executable(tests
common/bit_field.cpp
common/cityhash.cpp
common/fibers.cpp
common/host_memory.cpp
common/param_package.cpp
common/ring_buffer.cpp
core/core_timing.cpp