diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-01-19 09:46:35 +0200 |
---|---|---|
committer | Edgars Cīrulis <edgarsscirulis@gmail.com> | 2023-01-19 09:50:45 +0200 |
commit | 9934537e19c7ce6f9bf926cc8abba023297b0a40 (patch) | |
tree | 40eb8fa464e52b6c2b7aa5faa3c23e643fbbd6d4 /tests/CMakeLists.txt | |
parent | 730f714e973eadf76d2f834a9e062ce5bb44e41f (diff) | |
download | PrismLauncher-9934537e19c7ce6f9bf926cc8abba023297b0a40.tar.gz PrismLauncher-9934537e19c7ce6f9bf926cc8abba023297b0a40.tar.bz2 PrismLauncher-9934537e19c7ce6f9bf926cc8abba023297b0a40.zip |
feat: add debug printing for Version
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9f84a9a7..0f716a75 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -53,3 +53,6 @@ ecm_add_test(Packwiz_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR ecm_add_test(Index_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test TEST_NAME Index) + +ecm_add_test(Version_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test + TEST_NAME Version) |