Files
qt5.12.8/tests/benchmarks/trusted-benchmarks.pri
2025-08-26 22:57:23 +08:00

12 lines
327 B
Plaintext

# 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