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

TRUSTED_BENCHMARKS += \
    qscriptclass \
    qscriptvalue \
    qscriptengine \
    qscriptobject \
    context2d

include(../trusted-benchmarks.pri)