summaryrefslogtreecommitdiffstats
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-09-08 15:28:39 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2018-09-08 19:56:38 +0200
commit112351d557a41ed214eeef3a94ad0b7644466fbc (patch)
tree52657dd7e90ab2e80f8b1350db6071e0803b8a1e /src/tests/CMakeLists.txt
parentAdd audio stretching support (diff)
downloadyuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.gz
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.bz2
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.lz
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.xz
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.tar.zst
yuzu-112351d557a41ed214eeef3a94ad0b7644466fbc.zip
Diffstat (limited to '')
-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 4d74bb395..4e75a72ec 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,6 @@
add_executable(tests
common/param_package.cpp
+ common/ring_buffer.cpp
core/arm/arm_test_common.cpp
core/arm/arm_test_common.h
core/core_timing.cpp