aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-29 17:15:14 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-04-30 17:27:43 +0200
commit3ed6e42653c39a8849d2738819225d28c37a8df5 (patch)
tree00a17fbdb3504c1ca000078b78de00bc2d2af612 /tests
parent988d0a770f0ffadaf2704f815823c00cf23130ca (diff)
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: I250bae28b177999c821c8aeec6b25c8885c2364a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/.prev_CMakeLists.txt7
-rw-r--r--tests/auto/.prev_CMakeLists.txt14
-rw-r--r--tests/auto/auto.pro15
-rw-r--r--tests/auto/cmake/cmake.pro6
-rw-r--r--tests/auto/qcoapclient/.prev_CMakeLists.txt26
-rw-r--r--tests/auto/qcoapclient/qcoapclient.pro11
-rw-r--r--tests/auto/qcoapinternalreply/qcoapinternalreply.pro4
-rw-r--r--tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro5
-rw-r--r--tests/auto/qcoapmessage/qcoapmessage.pro4
-rw-r--r--tests/auto/qcoapoption/qcoapoption.pro4
-rw-r--r--tests/auto/qcoapqudpconnection/.prev_CMakeLists.txt26
-rw-r--r--tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro12
-rw-r--r--tests/auto/qcoapreply/qcoapreply.pro4
-rw-r--r--tests/auto/qcoaprequest/qcoaprequest.pro4
-rw-r--r--tests/auto/qcoapresource/qcoapresource.pro4
-rw-r--r--tests/tests.pro2
16 files changed, 0 insertions, 148 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
deleted file mode 100644
index 2214137..0000000
--- a/tests/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated from tests.pro.
-
-if(QT_BUILD_STANDALONE_TESTS)
- # Add qt_find_package calls for extra dependencies that need to be found when building
- # the standalone tests here.
-endif()
-qt_build_tests()
diff --git a/tests/auto/.prev_CMakeLists.txt b/tests/auto/.prev_CMakeLists.txt
deleted file mode 100644
index d3c3112..0000000
--- a/tests/auto/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generated from auto.pro.
-
-add_subdirectory(cmake)
-add_subdirectory(qcoapclient)
-add_subdirectory(qcoapmessage)
-add_subdirectory(qcoapoption)
-add_subdirectory(qcoaprequest)
-add_subdirectory(qcoapresource)
-if(QT_FEATURE_private_tests)
- add_subdirectory(qcoapqudpconnection)
- add_subdirectory(qcoapinternalrequest)
- add_subdirectory(qcoapinternalreply)
- add_subdirectory(qcoapreply)
-endif()
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index 32e4ac4..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- cmake \
- qcoapclient \
- qcoapmessage \
- qcoapoption \
- qcoaprequest \
- qcoapresource
-
-qtConfig(private_tests): SUBDIRS += \
- qcoapqudpconnection \
- qcoapinternalrequest \
- qcoapinternalreply \
- qcoapreply
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
deleted file mode 100644
index 6e5acb5..0000000
--- a/tests/auto/cmake/cmake.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-# Cause make to do nothing.
-TEMPLATE = subdirs
-
-CMAKE_QT_MODULES_UNDER_TEST = coap
-
-CONFIG += ctest_testcase
diff --git a/tests/auto/qcoapclient/.prev_CMakeLists.txt b/tests/auto/qcoapclient/.prev_CMakeLists.txt
deleted file mode 100644
index 35dd7f7..0000000
--- a/tests/auto/qcoapclient/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-# Generated from qcoapclient.pro.
-
-#####################################################################
-## qcoapclient Test:
-#####################################################################
-
-qt_add_test(qcoapclient
- SOURCES
- ../coapnetworksettings.h
- tst_qcoapclient.cpp
- PUBLIC_LIBRARIES
- Qt::Coap
- Qt::CoapPrivate
- Qt::Network
-)
-
-#### Keys ignored in scope 1:.:.:qcoapclient.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "californium" "freecoap"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(qcoapclient CONDITION NOT COAP_TEST_SERVER_IP_ISEMPTY
- DEFINES
- COAP_TEST_SERVER_IP=\\\"$ENV{COAP_TEST_SERVER_IP}\\\"
-)
diff --git a/tests/auto/qcoapclient/qcoapclient.pro b/tests/auto/qcoapclient/qcoapclient.pro
deleted file mode 100644
index 3208df3..0000000
--- a/tests/auto/qcoapclient/qcoapclient.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-include(../coaptestserver.pri)
-
-HEADERS += ../coapnetworksettings.h
-
-SOURCES += tst_qcoapclient.cpp
-
-CONFIG += unsupported/testserver
-QT_TEST_SERVER_LIST = californium freecoap
diff --git a/tests/auto/qcoapinternalreply/qcoapinternalreply.pro b/tests/auto/qcoapinternalreply/qcoapinternalreply.pro
deleted file mode 100644
index 5503806..0000000
--- a/tests/auto/qcoapinternalreply/qcoapinternalreply.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-SOURCES += tst_qcoapinternalreply.cpp
diff --git a/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro b/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro
deleted file mode 100644
index 1c31e73..0000000
--- a/tests/auto/qcoapinternalrequest/qcoapinternalrequest.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-SOURCES += \
- tst_qcoapinternalrequest.cpp
diff --git a/tests/auto/qcoapmessage/qcoapmessage.pro b/tests/auto/qcoapmessage/qcoapmessage.pro
deleted file mode 100644
index 20bf421..0000000
--- a/tests/auto/qcoapmessage/qcoapmessage.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib network core coap
-CONFIG += testcase
-
-SOURCES += tst_qcoapmessage.cpp
diff --git a/tests/auto/qcoapoption/qcoapoption.pro b/tests/auto/qcoapoption/qcoapoption.pro
deleted file mode 100644
index f368fa8..0000000
--- a/tests/auto/qcoapoption/qcoapoption.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib core coap coap-private
-CONFIG += testcase
-
-SOURCES += tst_qcoapoption.cpp
diff --git a/tests/auto/qcoapqudpconnection/.prev_CMakeLists.txt b/tests/auto/qcoapqudpconnection/.prev_CMakeLists.txt
deleted file mode 100644
index af1a79a..0000000
--- a/tests/auto/qcoapqudpconnection/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-# Generated from qcoapqudpconnection.pro.
-
-#####################################################################
-## qcoapqudpconnection Test:
-#####################################################################
-
-qt_add_test(qcoapqudpconnection
- SOURCES
- ../coapnetworksettings.h
- tst_qcoapqudpconnection.cpp
- PUBLIC_LIBRARIES
- Qt::Coap
- Qt::CoapPrivate
- Qt::Network
-)
-
-#### Keys ignored in scope 1:.:.:qcoapqudpconnection.pro:<TRUE>:
-# QT_TEST_SERVER_LIST = "californium"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(qcoapqudpconnection CONDITION NOT COAP_TEST_SERVER_IP_ISEMPTY
- DEFINES
- COAP_TEST_SERVER_IP=\\\"$ENV{COAP_TEST_SERVER_IP}\\\"
-)
diff --git a/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro b/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro
deleted file mode 100644
index 69b7b81..0000000
--- a/tests/auto/qcoapqudpconnection/qcoapqudpconnection.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-include(../coaptestserver.pri)
-
-HEADERS += ../coapnetworksettings.h
-
-SOURCES += \
- tst_qcoapqudpconnection.cpp
-
-CONFIG += unsupported/testserver
-QT_TEST_SERVER_LIST = californium
diff --git a/tests/auto/qcoapreply/qcoapreply.pro b/tests/auto/qcoapreply/qcoapreply.pro
deleted file mode 100644
index 45958f9..0000000
--- a/tests/auto/qcoapreply/qcoapreply.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-SOURCES += tst_qcoapreply.cpp
diff --git a/tests/auto/qcoaprequest/qcoaprequest.pro b/tests/auto/qcoaprequest/qcoaprequest.pro
deleted file mode 100644
index a759b66..0000000
--- a/tests/auto/qcoaprequest/qcoaprequest.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-SOURCES += tst_qcoaprequest.cpp
diff --git a/tests/auto/qcoapresource/qcoapresource.pro b/tests/auto/qcoapresource/qcoapresource.pro
deleted file mode 100644
index 2f7c8a0..0000000
--- a/tests/auto/qcoapresource/qcoapresource.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-QT = testlib network core coap coap-private
-CONFIG += testcase
-
-SOURCES += tst_qcoapresource.cpp
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 157ef34..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += auto