diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2011-02-04 14:21:25 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:53 (GMT) |
commit | 7ed338b87ae50388101176ee29e72df55208a12c (patch) | |
tree | 83414a7b5e2e7f7cf98e79302909c93a90291129 /tests/benchmarks | |
parent | 6752786243d3aaa463ccf5055b209586aa4c6091 (diff) | |
download | Qt-7ed338b87ae50388101176ee29e72df55208a12c.zip Qt-7ed338b87ae50388101176ee29e72df55208a12c.tar.gz Qt-7ed338b87ae50388101176ee29e72df55208a12c.tar.bz2 |
Add QDir/tree benchmark to "trusted" list
Diffstat (limited to 'tests/benchmarks')
-rw-r--r-- | tests/benchmarks/corelib/corelib.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/corelib.pro b/tests/benchmarks/corelib/corelib.pro index 335280e..a2efe91 100644 --- a/tests/benchmarks/corelib/corelib.pro +++ b/tests/benchmarks/corelib/corelib.pro @@ -11,6 +11,7 @@ TRUSTED_BENCHMARKS += \ kernel/qmetaobject \ kernel/qmetatype \ kernel/qobject \ - thread/qthreadstorage + thread/qthreadstorage \ + io/qdir/tree include(../trusted-benchmarks.pri)
\ No newline at end of file |