summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2012-01-21 13:45:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-21 14:29:49 +0100
commit4ed85ba43fa50adacc4e47da6b5e70bad6f03d2e (patch)
tree0b21b203e65050fde884cbe4cad19e6a7bbd1280 /tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
parent642155703e9d91db6229f3863b885104e49f0b61 (diff)
Introduce a qalgorithms benchmark.
Based on the unit test for data production. Change-Id: I88a411c0079b251d3682c3fbf9fe7ed1b5457a7e Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org> Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro')
-rw-r--r--tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro b/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
new file mode 100644
index 0000000000..0e6e830185
--- /dev/null
+++ b/tests/benchmarks/corelib/tools/qalgorithms/qalgorithms.pro
@@ -0,0 +1,4 @@
+CONFIG += testcase
+TARGET = tst_qalgorithms
+QT = core testlib
+SOURCES = tst_qalgorithms.cpp