summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/trusted-benchmarks.pri
blob: a835cbdf1eaa764bb2a3bb462b9c8f4bb25636ba (plain)
1
2
3
4
5
6
7
8
9
10
11
# Edit the list of trusted benchmarks in each of the sub-targets

# command terminating newline in Makefile
NL=$$escape_expand(\\n\\t)

check-trusted.depends = qmake
for(benchmark, TRUSTED_BENCHMARKS) {
    check-trusted.commands += -cd $$benchmark && $(MAKE) -f $(MAKEFILE) check$${NL}
}

QMAKE_EXTRA_TARGETS += check-trusted