summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/mimetypes/mimetypes.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-10-30 19:32:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-31 19:56:42 +0100
commitaa49ad58ad57809e0724f1c4152d925bcbd63856 (patch)
tree232d54fdf9bc40cda2f062e2c6693355b52c4180 /tests/benchmarks/corelib/mimetypes/mimetypes.pro
parent4b71432987ca9ff059d04f0e5f567b8eb09717f9 (diff)
test: Moving tst_QMimeDatabase::inheritsPerformance() test
tst_QMimeDatabase::inheritsPerformance() is not an unit test but a performance test, so moving it from 'tests/auto/corelib/mimetypes/qmimedatabase' to 'tests/benchmarks/corelib/mimetypes/qmimedatabase' Change-Id: I59e84f61559023659f101666683870f2ca1d2034 Reviewed-by: David Faure (KDE) <faure@kde.org> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/benchmarks/corelib/mimetypes/mimetypes.pro')
-rw-r--r--tests/benchmarks/corelib/mimetypes/mimetypes.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/mimetypes/mimetypes.pro b/tests/benchmarks/corelib/mimetypes/mimetypes.pro
new file mode 100644
index 0000000000..14dc5f0e10
--- /dev/null
+++ b/tests/benchmarks/corelib/mimetypes/mimetypes.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ qmimedatabase \