From ccf27301e04addef0ed0cb6c7e832216cc3c12a8 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 23 Oct 2011 13:15:25 +0200 Subject: 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 --- .../benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro (limited to 'tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro') diff --git a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro new file mode 100644 index 0000000000..fe74dafef4 --- /dev/null +++ b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro @@ -0,0 +1,7 @@ +TARGET = tst_bench_qcontiguouscache + +SOURCES += main.cpp + +CONFIG += parallel_test + +QT = core testlib -- cgit v1.2.3