diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-27 14:18:28 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-27 14:24:15 (GMT) |
commit | afc70e04f5ca8b1fc330c05547f7923362686577 (patch) | |
tree | 76beace690e7febb717c0678474d2e27dd0df3c7 /tests/benchmarks/gui | |
parent | 63c068434c53c705aa61217b4cbd006bf4f49b76 (diff) | |
download | Qt-afc70e04f5ca8b1fc330c05547f7923362686577.zip Qt-afc70e04f5ca8b1fc330c05547f7923362686577.tar.gz Qt-afc70e04f5ca8b1fc330c05547f7923362686577.tar.bz2 |
Move list of trusted benchmarks out of QA dungeon and into Qt
To run the list of trusted benchmark do 'make check-trusted' in
either the root benchmarks directory or for any of the immediate
sub-targets. Normal 'make check' environment variables apply,
such as TESTRUNNER and TESTARGS.
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'tests/benchmarks/gui')
-rw-r--r-- | tests/benchmarks/gui/gui.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/gui/gui.pro b/tests/benchmarks/gui/gui.pro index 946f184..d825458 100644 --- a/tests/benchmarks/gui/gui.pro +++ b/tests/benchmarks/gui/gui.pro @@ -9,3 +9,10 @@ SUBDIRS = \ painting \ styles \ text + +TRUSTED_BENCHMARKS += \ + graphicsview/functional/GraphicsViewBenchmark \ + graphicsview/qgraphicsview \ + painting/qtracebench + +include(../trusted-benchmarks.pri)
\ No newline at end of file |