diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2011-03-02 13:30:54 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2011-03-02 13:30:54 (GMT) |
commit | 42960ef148fe912226813371ae98c31d7bd1fd1d (patch) | |
tree | 00ceb23c26ac0ea94bda17818525d7ae7479bc3d /tests | |
parent | b991134fe4d90fcd46bab50ba164f2c28b8942db (diff) | |
download | Qt-42960ef148fe912226813371ae98c31d7bd1fd1d.zip Qt-42960ef148fe912226813371ae98c31d7bd1fd1d.tar.gz Qt-42960ef148fe912226813371ae98c31d7bd1fd1d.tar.bz2 |
Add qscriptobject and context2d to "trusted" benchmarks
Reviewed-by: Joao
Diffstat (limited to 'tests')
-rw-r--r-- | tests/benchmarks/script/script.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index d4fc822..80278d0 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -13,6 +13,8 @@ SUBDIRS = \ TRUSTED_BENCHMARKS += \ qscriptclass \ qscriptvalue \ - qscriptengine + qscriptengine \ + qscriptobject \ + context2d include(../trusted-benchmarks.pri) |