Lines Matching full:call
48 quiet-command = $(call quiet-@,$2,$3)$1
51 cc-option = if $(call cc-test, $1); then \
57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \
60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \
67 diff-out = $(call quiet-command, diff -q $1.out $2 || \
79 $(call diff-out,$1,$2), \
80 $(call skip-test,"$1 check","no reference"))
188 $(EXTRA_RUNS_WITH_PLUGIN),$(call extract-test,$(test)))
203 $(eval _plugin := $(word $(call mod_plus_one, $(_idx), $(NUM_PLUGINS)), $(PLUGINS))) \
209 $(eval $(f): $(call extract-test,$(f)) $(call extract-plugin,$(f))))
223 $(call run-test, $<, env QEMU=$(QEMU) $(QEMU) $(QEMU_OPTS) $<)
226 $(call run-test, $@, env QEMU=$(QEMU) $(QEMU) $(QEMU_OPTS) \
227 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
229 $(call strip-plugin,$<))
231 $(call quiet-command, $(CHECK_PLUGIN_OUTPUT_COMMAND) $*.pout, \
232 TEST, check plugin $(call extract-plugin,$@) output \
233 with $(call strip-plugin,$<)))
236 $(call run-test, $<, \
242 $(call run-test, $@, \
245 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
247 $(QEMU_OPTS) $(call strip-plugin,$<))
249 $(call quiet-command, $(CHECK_PLUGIN_OUTPUT_COMMAND) $*.pout, \
250 TEST, check plugin $(call extract-plugin,$@) output \
251 with $(call strip-plugin,$<)))