summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/core')
-rw-r--r--tests/benchmarks/core/core.pro4
-rw-r--r--tests/benchmarks/core/qresourcesmanager/arraypolicy/arraypolicy.pro6
-rw-r--r--tests/benchmarks/core/qresourcesmanager/arraypolicy/tst_bench_arraypolicy.cpp2
-rw-r--r--tests/benchmarks/core/qresourcesmanager/qresourcesmanager.pro5
-rw-r--r--tests/benchmarks/core/qresourcesmanager/qresourcesmanager/qresourcesmanager.pro6
-rw-r--r--tests/benchmarks/core/qresourcesmanager/qresourcesmanager/tst_bench_qresourcesmanager.cpp2
6 files changed, 2 insertions, 23 deletions
diff --git a/tests/benchmarks/core/core.pro b/tests/benchmarks/core/core.pro
deleted file mode 100644
index 50e447263..000000000
--- a/tests/benchmarks/core/core.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- qresourcesmanager
diff --git a/tests/benchmarks/core/qresourcesmanager/arraypolicy/arraypolicy.pro b/tests/benchmarks/core/qresourcesmanager/arraypolicy/arraypolicy.pro
deleted file mode 100644
index 2c54ab63c..000000000
--- a/tests/benchmarks/core/qresourcesmanager/arraypolicy/arraypolicy.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TARGET = tst_bench_arraypolicy
-
-TEMPLATE = app
-QT += testlib 3dcore 3dcore-private
-
-SOURCES += tst_bench_arraypolicy.cpp
diff --git a/tests/benchmarks/core/qresourcesmanager/arraypolicy/tst_bench_arraypolicy.cpp b/tests/benchmarks/core/qresourcesmanager/arraypolicy/tst_bench_arraypolicy.cpp
index 36f29ae21..5220a0d0b 100644
--- a/tests/benchmarks/core/qresourcesmanager/arraypolicy/tst_bench_arraypolicy.cpp
+++ b/tests/benchmarks/core/qresourcesmanager/arraypolicy/tst_bench_arraypolicy.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtTest/QtTest>
#include <QMatrix4x4>
diff --git a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager.pro b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager.pro
deleted file mode 100644
index 9de015e73..000000000
--- a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += \
- arraypolicy \
- qresourcesmanager
diff --git a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/qresourcesmanager.pro b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/qresourcesmanager.pro
deleted file mode 100644
index 12eead182..000000000
--- a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/qresourcesmanager.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TARGET = tst_bench_qresourcesmanager
-
-TEMPLATE = app
-QT += testlib 3dcore 3dcore-private
-
-SOURCES += tst_bench_qresourcesmanager.cpp
diff --git a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/tst_bench_qresourcesmanager.cpp b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/tst_bench_qresourcesmanager.cpp
index 085f52e00..40f8411cd 100644
--- a/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/tst_bench_qresourcesmanager.cpp
+++ b/tests/benchmarks/core/qresourcesmanager/qresourcesmanager/tst_bench_qresourcesmanager.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtTest/QtTest>
#include <QMatrix4x4>