summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:41:34 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 15:56:23 +0200
commite38f7b9239383b55617acc101c212a83fe63cd54 (patch)
tree1ea7c40e6a20eefb69de435da71926738bf928c9 /tests
parent28db22bc8a55dc57126c575b9d5381fa6548a8ba (diff)
downloadqtapplicationmanager-e38f7b9239383b55617acc101c212a83fe63cd54.tar.gz
cmake: remove qmake build system (except in examples/)
Change-Id: I8d00047f8e03bb77863041eaa99f1bba13a15a32 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/application/application.pro13
-rw-r--r--tests/auto/applicationinfo/applicationinfo.pro10
-rw-r--r--tests/auto/applicationinstaller/applicationinstaller.pro13
-rw-r--r--tests/auto/configuration/configuration.pro12
-rw-r--r--tests/auto/cryptography/cryptography.pro7
-rw-r--r--tests/auto/debugwrapper/debugwrapper.pro8
-rw-r--r--tests/auto/installationreport/installationreport.pro10
-rw-r--r--tests/auto/main/main.pro20
-rw-r--r--tests/auto/packagecreator/packagecreator.pro10
-rw-r--r--tests/auto/packageextractor/packageextractor.pro10
-rw-r--r--tests/auto/packager-tool/packager-tool.pro15
-rw-r--r--tests/auto/processreader/processreader.pro11
-rw-r--r--tests/auto/qml/configs/configs.pro15
-rw-r--r--tests/auto/qml/crash/apps/tld.test.crash/terminator2/terminator2.pro18
-rw-r--r--tests/auto/qml/crash/crash.pro5
-rw-r--r--tests/auto/qml/installer/installer.pro6
-rw-r--r--tests/auto/qml/intents/intents.pro12
-rw-r--r--tests/auto/qml/lifecycle/lifecycle.pro5
-rw-r--r--tests/auto/qml/processtitle/processtitle.pro7
-rw-r--r--tests/auto/qml/qml.pro20
-rw-r--r--tests/auto/qml/quicklaunch/quicklaunch.pro5
-rw-r--r--tests/auto/qml/resources/appcommon/appcommon.pro7
-rw-r--r--tests/auto/qml/resources/apps/app1/app1.pro11
-rw-r--r--tests/auto/qml/resources/apps/app2/app2.pro8
-rw-r--r--tests/auto/qml/resources/resources.pro5
-rw-r--r--tests/auto/qml/resources/test.pro18
-rw-r--r--tests/auto/qml/simple/simple.pro5
-rw-r--r--tests/auto/qml/windowitem/windowitem.pro5
-rw-r--r--tests/auto/qml/windowitem2/windowitem2.pro5
-rw-r--r--tests/auto/qml/windowmanager/windowmanager.pro5
-rw-r--r--tests/auto/qml/windowmapping/windowmapping.pro12
-rw-r--r--tests/auto/runtime/runtime.pro11
-rw-r--r--tests/auto/signature/signature.pro11
-rw-r--r--tests/auto/sudo/sudo.pro11
-rw-r--r--tests/auto/systemreader/systemreader.pro11
-rw-r--r--tests/auto/tests.pri11
-rw-r--r--tests/auto/tests.pro56
-rw-r--r--tests/auto/utilities/utilities.pro7
-rw-r--r--tests/auto/yaml/yaml.pro12
-rw-r--r--tests/benchmarks/appman-bench/appman-bench.pro10
-rw-r--r--tests/benchmarks/benchmarks.pro5
-rw-r--r--tests/data/ext2imagebin102400 -> 0 bytes
-rw-r--r--tests/manual/manual.pro6
-rw-r--r--tests/manual/monitormodel/monitormodel.pro5
44 files changed, 0 insertions, 469 deletions
diff --git a/tests/auto/application/application.pro b/tests/auto/application/application.pro
deleted file mode 100644
index 2bdaf9c5..00000000
--- a/tests/auto/application/application.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGET = tst_application
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_manager-private \
-
-SOURCES += tst_application.cpp
-
-OTHER_FILES += info.yaml
-RESOURCES += tst_application.qrc
diff --git a/tests/auto/applicationinfo/applicationinfo.pro b/tests/auto/applicationinfo/applicationinfo.pro
deleted file mode 100644
index 9fcc7ffe..00000000
--- a/tests/auto/applicationinfo/applicationinfo.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = tst_applicationinfo
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_manager-private \
-
-SOURCES += tst_applicationinfo.cpp
diff --git a/tests/auto/applicationinstaller/applicationinstaller.pro b/tests/auto/applicationinstaller/applicationinstaller.pro
deleted file mode 100644
index b84ffac4..00000000
--- a/tests/auto/applicationinstaller/applicationinstaller.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGET = tst_applicationinstaller
-
-COVERAGE_RUNTIME = sudo
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_package-private \
- appman_manager-private \
-
-SOURCES += tst_applicationinstaller.cpp
diff --git a/tests/auto/configuration/configuration.pro b/tests/auto/configuration/configuration.pro
deleted file mode 100644
index da3ff241..00000000
--- a/tests/auto/configuration/configuration.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TARGET = tst_configuration
-
-include($$PWD/../tests.pri)
-
-QT *= appman_common-private appman_main-private
-
-SOURCES += tst_configuration.cpp
-
-RESOURCES += \
- data/empty.yaml \
- data/config1.yaml \
- data/config2.yaml \
diff --git a/tests/auto/cryptography/cryptography.pro b/tests/auto/cryptography/cryptography.pro
deleted file mode 100644
index d18f6441..00000000
--- a/tests/auto/cryptography/cryptography.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TARGET = tst_cryptography
-
-include($$PWD/../tests.pri)
-
-QT *= appman_common-private appman_crypto-private
-
-SOURCES += tst_cryptography.cpp
diff --git a/tests/auto/debugwrapper/debugwrapper.pro b/tests/auto/debugwrapper/debugwrapper.pro
deleted file mode 100644
index b7e9128a..00000000
--- a/tests/auto/debugwrapper/debugwrapper.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_debugwrapper
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_manager-private
-
-SOURCES += tst_debugwrapper.cpp
diff --git a/tests/auto/installationreport/installationreport.pro b/tests/auto/installationreport/installationreport.pro
deleted file mode 100644
index ce1aa46b..00000000
--- a/tests/auto/installationreport/installationreport.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = tst_installationreport
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_crypto-private \
- appman_application-private \
-
-SOURCES += tst_installationreport.cpp
diff --git a/tests/auto/main/main.pro b/tests/auto/main/main.pro
deleted file mode 100644
index e60ec75f..00000000
--- a/tests/auto/main/main.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TARGET = tst_main
-
-include($$PWD/../tests.pri)
-
-# this test keeps crashing in a VirtualBox based CI environment, when executed
-# via ssh (which gets the test run in Window's session 0 (no visible desktop)
-luxoft-ci:CONFIG *= insignificant_test
-
-QT *= appman_manager-private \
- appman_application-private \
- appman_common-private \
- appman_main-private \
- appman_intent_server-private \
-
-SOURCES += tst_main.cpp
-
-RESOURCES = main.qrc
-
-OTHER_FILES += am-config.yaml
-
diff --git a/tests/auto/packagecreator/packagecreator.pro b/tests/auto/packagecreator/packagecreator.pro
deleted file mode 100644
index 269c12c7..00000000
--- a/tests/auto/packagecreator/packagecreator.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = tst_packagecreator
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_package-private
-
-SOURCES += tst_packagecreator.cpp
diff --git a/tests/auto/packageextractor/packageextractor.pro b/tests/auto/packageextractor/packageextractor.pro
deleted file mode 100644
index 761720cf..00000000
--- a/tests/auto/packageextractor/packageextractor.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TARGET = tst_packageextractor
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_package-private
-
-SOURCES += tst_packageextractor.cpp
diff --git a/tests/auto/packager-tool/packager-tool.pro b/tests/auto/packager-tool/packager-tool.pro
deleted file mode 100644
index 08876ac6..00000000
--- a/tests/auto/packager-tool/packager-tool.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = tst_packager-tool
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_crypto-private \
- appman_application-private \
- appman_package-private \
- appman_manager-private \
-
-INCLUDEPATH += $$PWD/../../src/tools/packager
-SOURCES += $$PWD/../../src/tools/packager/packagingjob.cpp
-
-SOURCES += tst_packager-tool.cpp
diff --git a/tests/auto/processreader/processreader.pro b/tests/auto/processreader/processreader.pro
deleted file mode 100644
index c5caa674..00000000
--- a/tests/auto/processreader/processreader.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_processreader
-
-include($$PWD/../tests.pri)
-
-QT *= appman_monitor-private \
- appman_manager-private \
- appman_window-private \
- appman_application-private \
- appman_common-private
-
-SOURCES += tst_processreader.cpp
diff --git a/tests/auto/qml/configs/configs.pro b/tests/auto/qml/configs/configs.pro
deleted file mode 100644
index 86604d5e..00000000
--- a/tests/auto/qml/configs/configs.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-load(am-config)
-
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_configs.qml
-TEST_APPS = test.configs.app
-TEST_CONFIGURATIONS = "--force-single-process" \
- "--force-single-process --single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml"
-multi-process {
- TEST_CONFIGURATIONS += "--force-multi-process" \
- "-c $$_PRO_FILE_PWD_/am-config-nodbus.yaml --dbus none" \
- "--single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml" \
- "--disable-installer --wayland-socket-name wayland-am"
-}
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/crash/apps/tld.test.crash/terminator2/terminator2.pro b/tests/auto/qml/crash/apps/tld.test.crash/terminator2/terminator2.pro
deleted file mode 100644
index 3c482379..00000000
--- a/tests/auto/qml/crash/apps/tld.test.crash/terminator2/terminator2.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin exceptions
-QT += qml quick
-
-TARGET = $$qtLibraryTarget(terminator2plugin)
-
-HEADERS += qmlterminator2.h
-SOURCES += qmlterminator2.cpp
-
-DESTDIR = $$_PRO_FILE_PWD_/Terminator
-target.path=$$DESTDIR
-qmldir.files=$$PWD/qmldir
-qmldir.path=$$DESTDIR
-INSTALLS += target qmldir
-
-OTHER_FILES += qmldir
-
-QMAKE_POST_LINK += $$QMAKE_COPY $$replace($$list($$quote($$PWD/qmldir) $$DESTDIR), /, $$QMAKE_DIR_SEP)
diff --git a/tests/auto/qml/crash/crash.pro b/tests/auto/qml/crash/crash.pro
deleted file mode 100644
index c1c7d869..00000000
--- a/tests/auto/qml/crash/crash.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_crash.qml
-TEST_APPS = tld.test.crash
-TEST_CONFIGURATIONS = "--force-multi-process"
-load(am-qml-testcase)
diff --git a/tests/auto/qml/installer/installer.pro b/tests/auto/qml/installer/installer.pro
deleted file mode 100644
index 2adfb2a4..00000000
--- a/tests/auto/qml/installer/installer.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_installer.qml
-
-AM_TESTDATA_DIR=\"$$PWD/../../data/\"
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/intents/intents.pro b/tests/auto/qml/intents/intents.pro
deleted file mode 100644
index a05a7b72..00000000
--- a/tests/auto/qml/intents/intents.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-load(am-config)
-
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_intents.qml
-TEST_APPS = intents1 intents2 cannot-start
-TEST_CONFIGURATIONS = "--force-single-process"
-multi-process {
- TEST_CONFIGURATIONS += "--force-multi-process" \
- "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
-}
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/lifecycle/lifecycle.pro b/tests/auto/qml/lifecycle/lifecycle.pro
deleted file mode 100644
index 98ab9709..00000000
--- a/tests/auto/qml/lifecycle/lifecycle.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_lifecycle.qml
-TEST_APPS = tld.test.lifecycle
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/processtitle/processtitle.pro b/tests/auto/qml/processtitle/processtitle.pro
deleted file mode 100644
index e78b54a1..00000000
--- a/tests/auto/qml/processtitle/processtitle.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_processtitle.qml
-TEST_APPS = test.processtitle.app
-TEST_CONFIGURATIONS = "--force-multi-process" \
- "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
deleted file mode 100644
index 902ab2f1..00000000
--- a/tests/auto/qml/qml.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-load(am-config)
-
-TEMPLATE = subdirs
-SUBDIRS = \
- simple \
- windowmanager \
- windowmapping \
- windowitem \
- windowitem2 \
- installer \
- quicklaunch \
- intents \
- configs \
- lifecycle \
- resources
-
-multi-process: SUBDIRS += \
- crash/apps/tld.test.crash/terminator2 \
- crash \
- processtitle
diff --git a/tests/auto/qml/quicklaunch/quicklaunch.pro b/tests/auto/qml/quicklaunch/quicklaunch.pro
deleted file mode 100644
index 2d990a4b..00000000
--- a/tests/auto/qml/quicklaunch/quicklaunch.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_quicklaunch.qml
-TEST_APPS = tld.test.quicklaunch
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/resources/appcommon/appcommon.pro b/tests/auto/qml/resources/appcommon/appcommon.pro
deleted file mode 100644
index 47028775..00000000
--- a/tests/auto/qml/resources/appcommon/appcommon.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = aux
-
-OTHER_FILES += Quicklaunch.qml \
- qml/common/CommonObj.qml
-
-RESOURCE_SOURCE = appcommonfile.qrc
-load(generate-resource)
diff --git a/tests/auto/qml/resources/apps/app1/app1.pro b/tests/auto/qml/resources/apps/app1/app1.pro
deleted file mode 100644
index cbbb4758..00000000
--- a/tests/auto/qml/resources/apps/app1/app1.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = lib
-TARGET = app1plugin
-CONFIG += plugin
-RESOURCES = app1plugin.qrc
-
-RESOURCE_SOURCE = app1file.qrc
-load(generate-resource)
-
-OTHER_FILES += \
- info.yaml \
- icon.png
diff --git a/tests/auto/qml/resources/apps/app2/app2.pro b/tests/auto/qml/resources/apps/app2/app2.pro
deleted file mode 100644
index 7a5190df..00000000
--- a/tests/auto/qml/resources/apps/app2/app2.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = aux
-
-RESOURCE_SOURCE = app2.qrc
-load(generate-resource)
-
-OTHER_FILES += \
- info.yaml \
- icon.png
diff --git a/tests/auto/qml/resources/resources.pro b/tests/auto/qml/resources/resources.pro
deleted file mode 100644
index 6da64f00..00000000
--- a/tests/auto/qml/resources/resources.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = test.pro \
- appcommon \
- apps/app1 \
- apps/app2
diff --git a/tests/auto/qml/resources/test.pro b/tests/auto/qml/resources/test.pro
deleted file mode 100644
index 3553c02a..00000000
--- a/tests/auto/qml/resources/test.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_resource.qml
-TEST_APPS = app1 app2
-
-DIRECTORIES = apps/app2/qml relative
-FILES = am-config.yaml \
- apps/app1/icon.png apps/app1/info.yaml \
- apps/app2/icon.png apps/app2/info.yaml
-DESTDIR = $$OUT_PWD
-load(am-qml-testcase)
-
-RESOURCE_SOURCE = systemuifile.qrc
-load(generate-resource)
-
-TEMPLATE = lib
-TARGET = systemuiplugin
-CONFIG += plugin
-RESOURCES = systemuiplugin.qrc
diff --git a/tests/auto/qml/simple/simple.pro b/tests/auto/qml/simple/simple.pro
deleted file mode 100644
index 72dbea95..00000000
--- a/tests/auto/qml/simple/simple.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_applicationmanager.qml
-TEST_APPS = tld.test.simple1 tld.test.simple2
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/windowitem/windowitem.pro b/tests/auto/qml/windowitem/windowitem.pro
deleted file mode 100644
index fcc1b1f6..00000000
--- a/tests/auto/qml/windowitem/windowitem.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_windowitem.qml
-TEST_APPS = test.windowitem.app test.windowitem.multiwin
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/windowitem2/windowitem2.pro b/tests/auto/qml/windowitem2/windowitem2.pro
deleted file mode 100644
index 022ea053..00000000
--- a/tests/auto/qml/windowitem2/windowitem2.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_windowitem2.qml
-TEST_APPS = test.windowitem2.app
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/windowmanager/windowmanager.pro b/tests/auto/qml/windowmanager/windowmanager.pro
deleted file mode 100644
index 21cd8a91..00000000
--- a/tests/auto/qml/windowmanager/windowmanager.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEST_FILES = tst_windowmanager.qml
-
-OTHER_FILES += IviApplicationExtension.qml
-
-load(am-qml-testcase)
diff --git a/tests/auto/qml/windowmapping/windowmapping.pro b/tests/auto/qml/windowmapping/windowmapping.pro
deleted file mode 100644
index e29aba28..00000000
--- a/tests/auto/qml/windowmapping/windowmapping.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-AM_CONFIG = am-config.yaml
-TEST_FILES = tst_windowmapping.qml
-TEST_APPS = \
- test.winmap.amwin \
- test.winmap.amwin2 \
- test.winmap.loader \
- test.winmap.ping \
- test.winmap.qtobject \
- test.winmap.rectangle \
- test.winmap.window \
-
-load(am-qml-testcase)
diff --git a/tests/auto/runtime/runtime.pro b/tests/auto/runtime/runtime.pro
deleted file mode 100644
index 64c550cc..00000000
--- a/tests/auto/runtime/runtime.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_runtime
-
-include($$PWD/../tests.pri)
-
-QT *= qml
-QT *= \
- appman_common-private \
- appman_application-private \
- appman_manager-private \
-
-SOURCES += tst_runtime.cpp
diff --git a/tests/auto/signature/signature.pro b/tests/auto/signature/signature.pro
deleted file mode 100644
index 43bb3d47..00000000
--- a/tests/auto/signature/signature.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_signature
-
-include($$PWD/../tests.pri)
-
-QT *= appman_common-private appman_crypto-private
-
-SOURCES += tst_signature.cpp
-
-OTHER_FILES += create-test-data.sh
-
-RESOURCES += tst_signature.qrc
diff --git a/tests/auto/sudo/sudo.pro b/tests/auto/sudo/sudo.pro
deleted file mode 100644
index 95be319b..00000000
--- a/tests/auto/sudo/sudo.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_sudo
-
-COVERAGE_RUNTIME = sudo
-
-include($$PWD/../tests.pri)
-
-QT *= \
- appman_common-private \
- appman_manager-private \
-
-SOURCES += tst_sudo.cpp
diff --git a/tests/auto/systemreader/systemreader.pro b/tests/auto/systemreader/systemreader.pro
deleted file mode 100644
index 5955d5f1..00000000
--- a/tests/auto/systemreader/systemreader.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = tst_systemreader
-
-include($$PWD/../tests.pri)
-
-QT *= appman_monitor-private \
- appman_manager-private \
- appman_window-private \
- appman_application-private \
- appman_common-private
-
-SOURCES += tst_systemreader.cpp
diff --git a/tests/auto/tests.pri b/tests/auto/tests.pri
deleted file mode 100644
index 64ec6309..00000000
--- a/tests/auto/tests.pri
+++ /dev/null
@@ -1,11 +0,0 @@
-load(am-config)
-
-CONFIG *= console testcase
-QT = core network testlib
-qtHaveModule(dbus):QT *= dbus
-
-DEFINES *= AM_TESTDATA_DIR=\\\"$$PWD/data/\\\"
-DEFINES -= QT_NO_CAST_FROM_ASCII
-
-HEADERS += \
- $$PWD/error-checking.h \
diff --git a/tests/auto/tests.pro b/tests/auto/tests.pro
deleted file mode 100644
index 3bfd9083..00000000
--- a/tests/auto/tests.pro
+++ /dev/null
@@ -1,56 +0,0 @@
-TEMPLATE = subdirs
-
-load(am-config)
-requires(!disable-installer)
-
-SUBDIRS = \
- manual \
- application \
- applicationinfo \
- main \
- runtime \
- cryptography \
- signature \
- utilities \
- installationreport \
- packagecreator \
- packageextractor \
- packager-tool \
- applicationinstaller \
- debugwrapper \
- qml \
- yaml \
- configuration \
-
-linux*:SUBDIRS += \
- sudo \
- processreader \
- systemreader \
-
-OTHER_FILES += \
- tests.pri \
- data/create-test-packages.sh \
- data/certificates/create-test-certificates.sh \
- data/utilities.sh \
-
-# sadly, the appman-packager is too complex to build as a host tool
-!cross_compile {
- prepareRecursiveTarget(check)
- qtPrepareTool(APPMAN_PACKAGER, appman-packager)
-
- unix {
- macos:ctype=UTF-8
- else:ctype=C.UTF-8
-
- # create test data on the fly - this is needed for the CI server
- testdata.target = testdata
- testdata.depends = $$PWD/data/create-test-packages.sh $$APPMAN_PACKAGER_EXE
- testdata.commands = (cd $$PWD/data ; LC_CTYPE=$$ctype ./create-test-packages.sh $$APPMAN_PACKAGER)
- QMAKE_EXTRA_TARGETS += testdata
-
- # qmake would create a default check target implicitly, but since we need 'testdata' as an
- # dependency, we have to set it up explicitly
- check.depends = testdata $$check.depends
- }
- QMAKE_EXTRA_TARGETS *= check
-}
diff --git a/tests/auto/utilities/utilities.pro b/tests/auto/utilities/utilities.pro
deleted file mode 100644
index 9a7c2bc0..00000000
--- a/tests/auto/utilities/utilities.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TARGET = tst_utilities
-
-include($$PWD/../tests.pri)
-
-QT *= appman_common-private
-
-SOURCES += tst_utilities.cpp
diff --git a/tests/auto/yaml/yaml.pro b/tests/auto/yaml/yaml.pro
deleted file mode 100644
index 5cc4bbb5..00000000
--- a/tests/auto/yaml/yaml.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-TARGET = tst_yaml
-
-include($$PWD/../tests.pri)
-
-QT *= appman_common-private
-
-SOURCES += tst_yaml.cpp
-
-RESOURCES += \
- data/test.yaml \
- data/cache1.yaml \
- data/cache2.yaml \
diff --git a/tests/benchmarks/appman-bench/appman-bench.pro b/tests/benchmarks/appman-bench/appman-bench.pro
deleted file mode 100644
index 2baae5e2..00000000
--- a/tests/benchmarks/appman-bench/appman-bench.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = aux
-
-OTHER_FILES = \
- README \
- run.sh \
- am-config.yaml \
- tests/* \
- system-ui/*.qml \
- templates/appman-qml/* \
- templates/qmlscene/* \
diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro
deleted file mode 100644
index ca7d4f1f..00000000
--- a/tests/benchmarks/benchmarks.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = \
- appman-bench \
-
diff --git a/tests/data/ext2image b/tests/data/ext2image
deleted file mode 100644
index 9e44a94d..00000000
--- a/tests/data/ext2image
+++ /dev/null
Binary files differ
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
deleted file mode 100644
index 49d5c3b4..00000000
--- a/tests/manual/manual.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-requires(false) # visible in QtCreator, but not built by default
-
-TEMPLATE = subdirs
-
-SUBDIRS = \
- monitormodel \
diff --git a/tests/manual/monitormodel/monitormodel.pro b/tests/manual/monitormodel/monitormodel.pro
deleted file mode 100644
index 7c2e33bc..00000000
--- a/tests/manual/monitormodel/monitormodel.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = aux
-
-OTHER_FILES = \
- *.qml \
- README \