summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/script.pro
blob: d4fc822d57087372c5ee783a8a3601e22bb91116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
SUBDIRS = \
        context2d \
        qscriptclass \
        qscriptclass_bytearray \
        qscriptengine \
        qscriptvalue \
        sunspider \
        qscriptqobject \
        qscriptvalueiterator \
        v8

TRUSTED_BENCHMARKS += \
    qscriptclass \
    qscriptvalue \
    qscriptengine

include(../trusted-benchmarks.pri)