summaryrefslogtreecommitdiff
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Morph2023-03-25 22:45:05 -0400
committerGravatar Morph2023-03-25 23:52:26 -0400
commitf09d192aac68f382b841dd47a3e43a2d8ff87e4d (patch)
tree6c2835f986f76f0fc5d03b9ee8c27427335d33df /src/tests/CMakeLists.txt
parentcommon: Port boost's hash_value implementation (diff)
downloadyuzu-f09d192aac68f382b841dd47a3e43a2d8ff87e4d.tar.gz
yuzu-f09d192aac68f382b841dd47a3e43a2d8ff87e4d.tar.xz
yuzu-f09d192aac68f382b841dd47a3e43a2d8ff87e4d.zip
tests: Implement tests for verifying HashValue
Values were randomly generated and the verification was done against boost 1.79.
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r--src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index ae84408bc..39b774c98 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -4,6 +4,7 @@
4add_executable(tests 4add_executable(tests
5 common/bit_field.cpp 5 common/bit_field.cpp
6 common/cityhash.cpp 6 common/cityhash.cpp
7 common/container_hash.cpp
7 common/fibers.cpp 8 common/fibers.cpp
8 common/host_memory.cpp 9 common/host_memory.cpp
9 common/param_package.cpp 10 common/param_package.cpp