summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/script/script.pro
blob: 3216b2469c3619d70f1dafb93fbdaf926c4d1f6a (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 \
    qscriptqobject

include(../trusted-benchmarks.pri)