qt5base-lts/tests/benchmarks/corelib/corelib.pro
Sergio Ahumada aa49ad58ad 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>
2012-10-31 19:56:42 +01:00

20 lines
336 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
io \
json \
mimetypes \
kernel \
thread \
tools \
codecs \
plugin
TRUSTED_BENCHMARKS += \
kernel/qmetaobject \
kernel/qmetatype \
kernel/qobject \
thread/qthreadstorage \
io/qdir/tree
include(../trusted-benchmarks.pri)