diff options
| author | 2021-03-02 17:08:47 -0800 | |
|---|---|---|
| committer | 2021-03-02 17:08:47 -0800 | |
| commit | f8bfec31095b8ccc7883dbff49472f6c0ce2dec8 (patch) | |
| tree | 0c3fe3ba20f294d1fac2c89019204eec528c57f4 /src/tests/CMakeLists.txt | |
| parent | Merge pull request #6020 from bunnei/shutdown-crash-2 (diff) | |
| parent | [network] Error handling reform (diff) | |
| download | yuzu-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.txt | 1 |
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 | ) |