diff options
| author | 2021-06-05 04:16:32 -0300 | |
|---|---|---|
| committer | 2021-06-11 17:27:06 +0200 | |
| commit | 740edacc8dd03a8dccdd194ffed8e2b5ec490f73 (patch) | |
| tree | 34d69dad4ccb38416fc58e1506bfa1345ed34d59 /src/tests/CMakeLists.txt | |
| parent | common/host_memory: Add Linux implementation (diff) | |
| download | yuzu-740edacc8dd03a8dccdd194ffed8e2b5ec490f73.tar.gz yuzu-740edacc8dd03a8dccdd194ffed8e2b5ec490f73.tar.xz yuzu-740edacc8dd03a8dccdd194ffed8e2b5ec490f73.zip | |
tests: Add tests for host memory
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index d875c4fee..96bc30cac 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt | |||
| @@ -2,6 +2,7 @@ add_executable(tests | |||
| 2 | common/bit_field.cpp | 2 | common/bit_field.cpp |
| 3 | common/cityhash.cpp | 3 | common/cityhash.cpp |
| 4 | common/fibers.cpp | 4 | common/fibers.cpp |
| 5 | common/host_memory.cpp | ||
| 5 | common/param_package.cpp | 6 | common/param_package.cpp |
| 6 | common/ring_buffer.cpp | 7 | common/ring_buffer.cpp |
| 7 | core/core_timing.cpp | 8 | core/core_timing.cpp |