diff options
Diffstat (limited to 'tests/benchmarks/script/script.pro')
-rw-r--r-- | tests/benchmarks/script/script.pro | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/benchmarks/script/script.pro b/tests/benchmarks/script/script.pro index 8d689b6..dd17012 100644 --- a/tests/benchmarks/script/script.pro +++ b/tests/benchmarks/script/script.pro @@ -2,4 +2,13 @@ TEMPLATE = subdirs SUBDIRS = \ qscriptclass \ qscriptengine \ - qscriptvalue + qscriptvalue \ + sunspider \ + v8 + +TRUSTED_BENCHMARKS += \ + qscriptclass \ + qscriptvalue \ + qscriptengine + +include(../trusted-benchmarks.pri)
\ No newline at end of file |