Lines Matching full:run
62 run-semiconsole: QEMU_OPTS=$(QEMU_BASE_MACHINE) $(QEMU_SEMIHOST) -kernel
63 run-semiconsole: semiconsole
65 $(if $(V),@printf " %-7s %s %s\n" "TO RUN" $(notdir $(QEMU)) "$(QEMU_OPTS) $<")
66 run-plugin-semiconsole-with-%: semiconsole
71 run-vtimer: QEMU_OPTS=$(QEMU_EL2_MACHINE) $(QEMU_BASE_ARGS) -kernel
75 run-memory-record: memory-record memory
76 $(call run-test, $<, \
83 run-memory-replay: memory-replay run-memory-record
84 $(call run-test, $<, \
90 EXTRA_RUNS+=run-memory-replay
97 run-pauth-3:
98 $(call skip-test, "RUN of pauth-3", "not built")
108 run-mte: QEMU_OPTS=$(QEMU_OPTS_WITH_MTE_ON)
109 run-mte: mte
112 run-gdbstub-mte: QEMU_OPTS=$(QEMU_OPTS_WITH_MTE_ON)
113 run-gdbstub-mte: mte
114 $(call run-test, $@, $(GDB_SCRIPT) \
115 --output run-gdbstub-mte.out \
121 EXTRA_RUNS += run-gdbstub-mte
123 run-gdbstub-mte:
124 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!")
129 run-mte:
130 $(call skip-test, "RUN of mte", "not build")