aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-17 11:40:41 -0300
committerflow <flowlnlnln@gmail.com>2022-05-23 14:42:28 -0300
commitd7f6b3699074b268fd554bd1eb9da68f1e533355 (patch)
treedf9a4e34bc4c851040e80c933cf8858c26503ca5 /launcher/CMakeLists.txt
parent4439666e67573a6a36af981fdc68410fdf9e4f9f (diff)
downloadPrismLauncher-d7f6b3699074b268fd554bd1eb9da68f1e533355.tar.gz
PrismLauncher-d7f6b3699074b268fd554bd1eb9da68f1e533355.tar.bz2
PrismLauncher-d7f6b3699074b268fd554bd1eb9da68f1e533355.zip
test+fix: add basic tests and fix issues with it
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 03d68e66..6c7b5e43 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -551,6 +551,12 @@ set(PACKWIZ_SOURCES
modplatform/packwiz/Packwiz.cpp
)
+add_unit_test(Packwiz
+ SOURCES modplatform/packwiz/Packwiz_test.cpp
+ DATA modplatform/packwiz/testdata
+ LIBS Launcher_logic
+ )
+
set(TECHNIC_SOURCES
modplatform/technic/SingleZipPackInstallTask.h
modplatform/technic/SingleZipPackInstallTask.cpp