test: Split `qcontiguouscache' unit and benchmark tests
authorSergio Ahumada <sergio.ahumada@nokia.com>
Sun, 23 Oct 2011 11:15:25 +0000 (13:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 24 Oct 2011 09:04:04 +0000 (11:04 +0200)
commitccf27301e04addef0ed0cb6c7e832216cc3c12a8
tree85d68ac9169cef5d4b4b1dc8516a2cb753b1f983
parent8c13b6b21fcf71893c1cf24c05dd4a576ee43490
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>
tests/auto/corelib/tools/qcontiguouscache/qcontiguouscache.pro
tests/auto/corelib/tools/qcontiguouscache/tst_qcontiguouscache.cpp
tests/benchmarks/corelib/tools/qcontiguouscache/main.cpp [new file with mode: 0644]
tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro [new file with mode: 0644]
tests/benchmarks/corelib/tools/tools.pro