summaryrefslogtreecommitdiffstats
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-03-03 02:08:47 +0100
committerGitHub <noreply@github.com>2021-03-03 02:08:47 +0100
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
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.gz
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.bz2
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.lz
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.xz
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.tar.zst
yuzu-f8bfec31095b8ccc7883dbff49472f6c0ce2dec8.zip
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
common/param_package.cpp
common/ring_buffer.cpp
core/core_timing.cpp
+ core/network/network.cpp
tests.cpp
video_core/buffer_base.cpp
)