aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-09-04 14:45:09 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-09-20 10:26:15 +0200
commit07dcefabcbe3436ae6de09bc8c99120ab3f0a745 (patch)
treee46b72d7236054a3689958b882806f1a899dcafa /tests
parent40c68595d7d5eccd1f264b2dc1e768b3faad6f16 (diff)
downloadPrismLauncher-07dcefabcbe3436ae6de09bc8c99120ab3f0a745.tar.gz
PrismLauncher-07dcefabcbe3436ae6de09bc8c99120ab3f0a745.tar.bz2
PrismLauncher-07dcefabcbe3436ae6de09bc8c99120ab3f0a745.zip
feat: add texture pack parsing
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1265d7a5..9c86c221 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -24,6 +24,9 @@ ecm_add_test(ResourceFolderModel_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_V
ecm_add_test(ResourcePackParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test
TEST_NAME ResourcePackParse)
+ecm_add_test(minecraft/mod/TexturePackParse_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test
+ TEST_NAME TexturePackParse)
+
ecm_add_test(ParseUtils_test.cpp LINK_LIBRARIES Launcher_logic Qt${QT_VERSION_MAJOR}::Test
TEST_NAME ParseUtils)