diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-09 13:59:53 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-10 12:15:06 (GMT) |
commit | b9408cb1c0d46ef5532a0a8c646a677e8794210d (patch) | |
tree | 8b25217d8b19cda08551206891aaeaf1ac393cdb /tests/benchmarks/gui/kernel | |
parent | de66b772294e314828d85cb9cdd5db82221f317a (diff) | |
download | Qt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.zip Qt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.tar.gz Qt-b9408cb1c0d46ef5532a0a8c646a677e8794210d.tar.bz2 |
Renamed test benchmark targets.
Many of the benchmarks generate executables with same names as
the autotests. This is a big problem for Symbian, where all binaries
are stored into single directory. Renamed benchmark targets to include
'bench' in their name to ensure no overlap in target names.
Part of QtP delta reduction effort.
Reviewed-by: Liang Qi
Diffstat (limited to 'tests/benchmarks/gui/kernel')
-rw-r--r-- | tests/benchmarks/gui/kernel/qapplication/qapplication.pro | 2 | ||||
-rw-r--r-- | tests/benchmarks/gui/kernel/qwidget/qwidget.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/gui/kernel/qapplication/qapplication.pro b/tests/benchmarks/gui/kernel/qapplication/qapplication.pro index f8601e4..e12a60c 100644 --- a/tests/benchmarks/gui/kernel/qapplication/qapplication.pro +++ b/tests/benchmarks/gui/kernel/qapplication/qapplication.pro @@ -1,6 +1,6 @@ load(qttest_p4) TEMPLATE = app -TARGET = tst_qapplication +TARGET = tst_bench_qapplication DEPENDPATH += . INCLUDEPATH += . diff --git a/tests/benchmarks/gui/kernel/qwidget/qwidget.pro b/tests/benchmarks/gui/kernel/qwidget/qwidget.pro index ff47445..4c6e5c7 100644 --- a/tests/benchmarks/gui/kernel/qwidget/qwidget.pro +++ b/tests/benchmarks/gui/kernel/qwidget/qwidget.pro @@ -1,4 +1,4 @@ load(qttest_p4) -TARGET = tst_qwidget +TARGET = tst_bench_qwidget SOURCES += tst_qwidget.cpp |