Lines Matching full:run
34 # optional tests to run (default = all)
55 # OUTPUT is only set when run from the main makefile, otherwise
70 @echo " all call the \"run\" target below"
77 @echo " run runs the kernel in QEMU after building it (uses \$$ARCH, \$$TEST)"
81 @echo "The output file is \"run.out\". Test ranges may be passed using \$$TEST."
93 all: run
117 # run the tests after building the kernel
118 run: kernel target
119 …play none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
120 …Q)grep -w FAIL "$(CURDIR)/run.out" && echo "See all results in $(CURDIR)/run.out" || echo "$$(grep…
122 # re-run the tests from an existing kernel
124 …play none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
125 …Q)grep -w FAIL "$(CURDIR)/run.out" && echo "See all results in $(CURDIR)/run.out" || echo "$$(grep…
134 $(call QUIET_CLEAN, run.out)
135 $(Q)rm -rf run.out