summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/installer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/installer.pro')
-rw-r--r--tests/auto/installer/installer.pro20
1 files changed, 17 insertions, 3 deletions
diff --git a/tests/auto/installer/installer.pro b/tests/auto/installer/installer.pro
index cb0438ab3..b2eb57790 100644
--- a/tests/auto/installer/installer.pro
+++ b/tests/auto/installer/installer.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS += \
+ archivefactory \
settings \
repository \
compareversion\
@@ -9,12 +10,12 @@ SUBDIRS += \
fakestopprocessforupdateoperation \
messageboxhandler \
extractarchiveoperationtest \
- lib7zfacade \
fileutils \
unicodeexecutable \
scriptengine \
consumeoutputoperationtest \
mkdiroperationtest \
+ rmdiroperationtest \
copyoperationtest \
solver \
binaryformat \
@@ -25,10 +26,11 @@ SUBDIRS += \
factory \
replaceoperation \
brokeninstaller \
- cliinterface \
+ commandlineinstall \
linereplaceoperation \
metadatajob \
appendfileoperation \
+ prependfileoperation \
simplemovefileoperation \
deleteoperation \
copydirectoryoperation \
@@ -40,7 +42,19 @@ SUBDIRS += \
elevatedexecuteoperation \
treename \
createoffline \
- contentshaupdate
+ contentshaupdate \
+ componentreplace \
+ metadatacache \
+ contentsha1check \
+ componentalias
+
+CONFIG(libarchive) {
+ SUBDIRS += libarchivearchive
+}
+
+CONFIG(lzmasdk) {
+ SUBDIRS += lib7zarchive
+}
win32 {
SUBDIRS += registerfiletypeoperation \