summaryrefslogtreecommitdiff
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2021-03-02 17:08:47 -0800
committerGravatar GitHub2021-03-02 17:08:47 -0800
commitf8bfec31095b8ccc7883dbff49472f6c0ce2dec8 (patch)
tree0c3fe3ba20f294d1fac2c89019204eec528c57f4 /src/tests/CMakeLists.txt
parentMerge pull request #6020 from bunnei/shutdown-crash-2 (diff)
parent[network] Error handling reform (diff)
downloadyuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.gz
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.xz
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.zip
Merge pull request #5815 from comex/net-error-reform
Network error handling reform
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 4ea0076e9..d875c4fee 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -5,6 +5,7 @@ add_executable(tests
5 common/param_package.cpp 5 common/param_package.cpp
6 common/ring_buffer.cpp 6 common/ring_buffer.cpp
7 core/core_timing.cpp 7 core/core_timing.cpp
8 core/network/network.cpp
8 tests.cpp 9 tests.cpp
9 video_core/buffer_base.cpp 10 video_core/buffer_base.cpp
10) 11)