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/script/qscriptengine | |
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/script/qscriptengine')
-rw-r--r-- | tests/benchmarks/script/qscriptengine/qscriptengine.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/script/qscriptengine/qscriptengine.pro b/tests/benchmarks/script/qscriptengine/qscriptengine.pro index df6dbb3..72a547a 100644 --- a/tests/benchmarks/script/qscriptengine/qscriptengine.pro +++ b/tests/benchmarks/script/qscriptengine/qscriptengine.pro @@ -1,6 +1,6 @@ load(qttest_p4) TEMPLATE = app -TARGET = tst_qscriptengine +TARGET = tst_bench_qscriptengine SOURCES += tst_qscriptengine.cpp |