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/opengl | |
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/opengl')
-rw-r--r-- | tests/benchmarks/opengl/opengl.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmarks/opengl/opengl.pro b/tests/benchmarks/opengl/opengl.pro index 5c58751..b510c2b 100644 --- a/tests/benchmarks/opengl/opengl.pro +++ b/tests/benchmarks/opengl/opengl.pro @@ -8,3 +8,5 @@ QT += opengl # Input SOURCES += main.cpp + +include(../trusted-benchmarks.pri)
\ No newline at end of file |