diff options
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index a69ccb264..43ad2c7ff 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | add_executable(tests | 4 | add_executable(tests |
| 2 | common/bit_field.cpp | 5 | common/bit_field.cpp |
| 3 | common/cityhash.cpp | 6 | common/cityhash.cpp |
| @@ -7,7 +10,7 @@ add_executable(tests | |||
| 7 | common/ring_buffer.cpp | 10 | common/ring_buffer.cpp |
| 8 | common/unique_function.cpp | 11 | common/unique_function.cpp |
| 9 | core/core_timing.cpp | 12 | core/core_timing.cpp |
| 10 | core/network/network.cpp | 13 | core/internal_network/network.cpp |
| 11 | tests.cpp | 14 | tests.cpp |
| 12 | video_core/buffer_base.cpp | 15 | video_core/buffer_base.cpp |
| 13 | input_common/calibration_configuration_job.cpp | 16 | input_common/calibration_configuration_job.cpp |