diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-24 17:43:43 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2022-12-24 20:43:17 -0700 |
commit | a7c9b2f172754aa476a23deabe074a649cefdd11 (patch) | |
tree | 62777390de6258609ff374d0cf85df30b155eda1 /tests/CMakeLists.txt | |
parent | eb31a951a18287f943a1e3d021629dde8b73fd15 (diff) | |
download | PrismLauncher-a7c9b2f172754aa476a23deabe074a649cefdd11.tar.gz PrismLauncher-a7c9b2f172754aa476a23deabe074a649cefdd11.tar.bz2 PrismLauncher-a7c9b2f172754aa476a23deabe074a649cefdd11.zip |
feat: validate world saves
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index be33b8db..9f84a9a7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,6 +30,12 @@ ecm_add_test(TexturePackParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERS ecm_add_test(DataPackParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test TEST_NAME DataPackParse) +ecm_add_test(ShaderPackParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test + TEST_NAME ShaderPackParse) + +ecm_add_test(WorldSaveParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test + TEST_NAME WorldSaveParse) + ecm_add_test(ParseUtils_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test TEST_NAME ParseUtils) |