1
# Edit the list of trusted benchmarks in each of the sub-targets
2
3
# command terminating newline in Makefile
4
NL=$$escape_expand(\\n\\t)
5
6
check-trusted.depends = qmake
7
for(benchmark, TRUSTED_BENCHMARKS) {
8
    check-trusted.commands += -cd $$benchmark && $(MAKE) -f $(MAKEFILE) check$${NL}
9
}
10
11
QMAKE_EXTRA_TARGETS += check-trusted