Renamed show gui to run gui.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
e7be4296c5
commit
aaa62970d0
|
@ -61,7 +61,7 @@ MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_autoexec_append_show_gui,"Appe
|
|||
define mb_autoexec_append_stop_fail
|
||||
$(call mb_autoexec_append_cmd,$(1),omsxctl fail_after 0)
|
||||
endef
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_autoexec_append_stop_fail,"Appends stop automatic failure comand.","<dir>")
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_autoexec_append_stop_fail,"Appends stop automatic failure command.","<dir>")
|
||||
|
||||
define mb_autoexec_append_exit
|
||||
$(if $(filter on,$(MB_FLIGHT_SCREEN)),$(call mb_autoexec_append_save_screenshot,$(1)))
|
||||
|
|
|
@ -15,7 +15,7 @@ define mb_msxpipe_safe_test
|
|||
endef
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_safe_test,"Runs openMSX and safely executes one test.","<dir> <cmd> [machine]")
|
||||
|
||||
define _mb_msxpipe_show_gui
|
||||
define _mb_msxpipe_run_gui
|
||||
$(call mb_autoexec_write_default,$(1))
|
||||
$(call mb_autoexec_append_stop_fail,$(1))
|
||||
$(call mb_autoexec_append_show_gui,$(1))
|
||||
|
@ -26,13 +26,13 @@ define _mb_msxpipe_show_gui
|
|||
$(call mb_openmsx_dosctl,$(1),$(3))
|
||||
endef
|
||||
|
||||
define mb_msxpipe_show_gui
|
||||
$(call _mb_msxpipe_show_gui,$(1),$(2),$(3))
|
||||
define mb_msxpipe_run_gui
|
||||
$(call _mb_msxpipe_run_gui,$(1),$(2),$(3))
|
||||
endef
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_show_gui,"Runs openMSX with renderer and optionals.","<dir> [cmd] [machine]")
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui,"Runs openMSX with renderer and optionals.","<dir> [cmd] [machine]")
|
||||
|
||||
define mb_msxpipe_show_gui_mouse
|
||||
$(call _mb_msxpipe_show_gui,$(1),$(2),$(3),mouse)
|
||||
define mb_msxpipe_run_gui_mouse
|
||||
$(call _mb_msxpipe_run_gui,$(1),$(2),$(3),mouse)
|
||||
endef
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_show_gui_mouse,"Runs openMSX with renderer and mouse and optionals.","<dir> [cmd] [machine]")
|
||||
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui_mouse,"Runs openMSX with renderer and mouse and optionals.","<dir> [cmd] [machine]")
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ $(AHELLO_M80_TEST_BIN)/ahello.com: $(AHELLO_M80_BIN)/ahello.com | $(AHELLO_M80_T
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(AHELLO_M80_TEST_BIN)/@run: | $(AHELLO_M80_TEST_BIN)/ahello.com
|
||||
$(call mb_msxpipe_show_gui,$(AHELLO_M80_TEST_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(AHELLO_M80_TEST_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_TEST_BIN)/@run,"Run binaries from ahello-m80.")
|
||||
.PHONY: $(AHELLO_M80_TEST_BIN)/@run
|
||||
|
||||
|
|
|
@ -23,6 +23,6 @@ $(AHELLO_M80_BIN)/ahello.com: | $(AHELLO_M80_BIN)/ahello.hex
|
|||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_BIN)/ahello.com,"Compiles hello world with macro80.")
|
||||
|
||||
$(AHELLO_M80_BIN)/@run: | $(AHELLO_M80_BIN)/ahello.com
|
||||
$(call mb_msxpipe_show_gui,$(AHELLO_M80_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(AHELLO_M80_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_M80_BIN)/@run,"Run the compiled hello world from macro80.")
|
||||
.PHONY: $(AHELLO_M80_BIN)/@run
|
||||
|
|
|
@ -10,7 +10,7 @@ $(AHELLO_SDCC_TEST_BIN)/ahello.com: $(AHELLO_SDCC_BIN)/ahello.com | $(AHELLO_SDC
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(AHELLO_SDCC_TEST_BIN)/@run: | $(AHELLO_SDCC_TEST_BIN)/ahello.com
|
||||
$(call mb_msxpipe_show_gui,$(AHELLO_SDCC_TEST_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(AHELLO_SDCC_TEST_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_SDCC_TEST_BIN)/@run,"Run binaries from ahello-sdcc.")
|
||||
.PHONY: $(AHELLO_SDCC_TEST_BIN)/@run
|
||||
|
||||
|
|
|
@ -17,6 +17,6 @@ $(AHELLO_SDCC_BIN)/ahello.com: $(AHELLO_SDCC_BIN)/ahello.hex
|
|||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_SDCC_BIN)/ahello.com,"Compiles hello world with sdcc.")
|
||||
|
||||
$(AHELLO_SDCC_BIN)/@run: | $(AHELLO_SDCC_BIN)/ahello.com
|
||||
$(call mb_msxpipe_show_gui,$(AHELLO_SDCC_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(AHELLO_SDCC_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_SDCC_BIN)/@run,"Run the compiled hello world from sdcc.")
|
||||
.PHONY: $(AHELLO_SDCC_BIN)/@run
|
||||
|
|
|
@ -12,7 +12,7 @@ $(DIST_QA_DOS1_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_DOS1_BIN) $(DIST_DEPS)
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(DIST_QA_DOS1_BIN)/@run: | $(DIST_QA_DOS1_DEPS)
|
||||
$(call mb_msxpipe_show_gui,$(DIST_QA_DOS1_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(DIST_QA_DOS1_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_QA_DOS1_BIN)/@run,"Run binaries on msxdos1 machine.")
|
||||
.PHONY: $(DIST_QA_DOS1_BIN)/@run
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ $(DIST_QA_DOS2_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_DOS2_BIN) $(DIST_DEPS)
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(DIST_QA_DOS2_BIN)/@run: | $(DIST_QA_DOS2_DEPS)
|
||||
$(call mb_msxpipe_show_gui,$(DIST_QA_DOS2_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(DIST_QA_DOS2_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_QA_DOS2_BIN)/@run,"Run binaries on msxdos2 machine.")
|
||||
.PHONY: $(DIST_QA_DOS2_BIN)/@run
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ $(DIST_QA_MSX1_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_MSX1_BIN) $(DIST_DEPS)
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(DIST_QA_MSX1_BIN)/@run: | $(DIST_QA_MSX1_DEPS)
|
||||
$(call mb_msxpipe_show_gui,$(DIST_QA_MSX1_BIN),,$(DIST_QA_MSX1_MACHINE))
|
||||
$(call mb_msxpipe_run_gui,$(DIST_QA_MSX1_BIN),,$(DIST_QA_MSX1_MACHINE))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_QA_MSX1_BIN)/@run,"Run binaries on MSX1 machine.")
|
||||
.PHONY: $(DIST_QA_MSX1_BIN)/@run
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ $(DIST_QA_MSXHUB_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_MSXHUB_BIN) $(DIST_DEPS)
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(DIST_QA_MSXHUB_BIN)/@run: | $(DIST_QA_MSXHUB_DEPS)
|
||||
$(call mb_msxpipe_show_gui,$(DIST_QA_MSXHUB_BIN),,$(DIST_QA_MSXHUB_MACHINE))
|
||||
$(call mb_msxpipe_run_gui,$(DIST_QA_MSXHUB_BIN),,$(DIST_QA_MSXHUB_MACHINE))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_QA_MSXHUB_BIN)/@run,"Run the dist with all msxhub packages.")
|
||||
.PHONY: $(DIST_QA_MSXHUB_BIN)/@run
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ MB_DOC_HELP_TARGET += $(call mb_doc_target,$(MAKE_ON_MSX_BIN)/@assert,"Asserts t
|
|||
.PHONY: $(MAKE_ON_MSX_BIN)/@assert
|
||||
|
||||
$(MAKE_ON_MSX_BIN)/@run: | $(MAKE_ON_MSX_BIN)/build.bat
|
||||
$(call mb_msxpipe_show_gui,$(MAKE_ON_MSX_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(MAKE_ON_MSX_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(MAKE_ON_MSX_BIN)/@run,"Run the make build manually.")
|
||||
.PHONY: $(MAKE_ON_MSX_BIN)/@run
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ $(MBBOOT80_TEST_BIN)/mbboot80.com: $(MBBOOT80_BIN)/mbboot80.com | $(MBBOOT80_TES
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(MBBOOT80_TEST_BIN)/@run: | $(MBBOOT80_TEST_BIN)/mbboot80.com
|
||||
$(call mb_msxpipe_show_gui,$(MBBOOT80_TEST_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(MBBOOT80_TEST_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(MBBOOT80_TEST_BIN)/@run,"Run binaries from mbboot80.")
|
||||
.PHONY: $(MBBOOT80_TEST_BIN)/@run
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ $(MBBOOT80_BIN)/mbboot80.com: $(MBBOOT80_BIN)/mbboot80.hex
|
|||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(MBBOOT80_BIN)/mbboot80.com,"Compiles mbboot80.")
|
||||
|
||||
$(MBBOOT80_BIN)/@run: | $(MBBOOT80_BIN)/mbboot80.com
|
||||
$(call mb_msxpipe_show_gui,$(MBBOOT80_BIN))
|
||||
$(call mb_msxpipe_run_gui,$(MBBOOT80_BIN))
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(MBBOOT80_BIN)/@run,"Run the compiled mbboot80.")
|
||||
.PHONY: $(MBBOOT80_BIN)/@run
|
||||
|
||||
|
|
Loading…
Reference in a new issue