summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-23 13:15:25 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-24 11:04:04 +0200
commitccf27301e04addef0ed0cb6c7e832216cc3c12a8 (patch)
tree85d68ac9169cef5d4b4b1dc8516a2cb753b1f983 /tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
parent8c13b6b21fcf71893c1cf24c05dd4a576ee43490 (diff)
test: Split `qcontiguouscache' unit and benchmark tests
Moving three benchmark tests from 'tests/auto' to 'tests/benchmarks'. Also removing 'qttest_p4' usage while we are at it. - void asScrollingList(); - void cacheBenchmark(); - void contiguousCacheBenchmark(); were moved to 'tests/benchmarks/corelib/tools/qcontiguouscache' Task-number: QTQAINFRA-353 Change-Id: Icbdd852f9c14c3df042d2e19abd42af6c645a3cb Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro')
-rw-r--r--tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro b/tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
index 5951f87f89..911dd1bb42 100644
--- a/tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
+++ b/tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
@@ -1,9 +1,8 @@
-load(qttest_p4)
-
-QT = core
+TARGET = tst_qcontiguouscache
+CONFIG += testcase
SOURCES += tst_qcontiguouscache.cpp
-
-
CONFIG += parallel_test
+
+QT = core testlib