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/corelib | |
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/corelib')
-rw-r--r-- | tests/benchmarks/corelib/corelib.pro | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro index 8a6941b..335280e 100644 --- a/tests/benchmarks/corelib/corelib.pro +++ b/tests/benchmarks/corelib/corelib.pro @@ -4,5 +4,13 @@ SUBDIRS = \ kernel \ thread \ tools \ - codecs \ + codecs \ plugin + +TRUSTED_BENCHMARKS += \ + kernel/qmetaobject \ + kernel/qmetatype \ + kernel/qobject \ + thread/qthreadstorage + +include(../trusted-benchmarks.pri)
\ No newline at end of file |