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

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

QMAKE_EXTRA_TARGETS += check-trusted