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/script | |
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/script')
-rw-r--r-- | tests/benchmarks/script/script.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index 8d689b6..34910f7 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -3,3 +3,10 @@ SUBDIRS = \ qscriptclass \ qscriptengine \ qscriptvalue + +TRUSTED_BENCHMARKS += \ + qscriptclass \ + qscriptvalue \ + qscriptengine + +include(../trusted-benchmarks.pri)
\ No newline at end of file |