Done msxpipe build steps.
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
8d84a1e65c
commit
a84972e960
14 changed files with 80 additions and 79 deletions
|
|
@ -35,8 +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_autoexec_show_gui80,$(DIST_QA_MSXHUB_BIN))
|
||||
$(call mb_openmsx_dosctl,$(DIST_QA_MSXHUB_BIN),$(DIST_QA_MSXHUB_MACHINE))
|
||||
$(call mb_msxpipe_show_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
|
||||
|
||||
|
|
@ -44,7 +43,7 @@ $(DIST_QA_MSXHUB_BIN)/@assert: | $(DIST_QA_MSXHUB_DEPS)
|
|||
$(call mb_delete,$(DIST_QA_MSXHUB_BIN)/ahello1.out)
|
||||
$(call mb_delete,$(DIST_QA_MSXHUB_BIN)/ahello2.out)
|
||||
$(call mb_delete,$(DIST_QA_MSXHUB_BIN)/utils.out)
|
||||
$(call mb_autoexec_write_default,$(DIST_QA_MSXHUB_BIN),80)
|
||||
$(call mb_autoexec_write_default,$(DIST_QA_MSXHUB_BIN))
|
||||
$(call mb_autoexec_append_safe_test,$(DIST_QA_MSXHUB_BIN),ahello1 > ahello1.out)
|
||||
$(call mb_autoexec_append_safe_test,$(DIST_QA_MSXHUB_BIN),ahello2 > ahello2.out)
|
||||
$(call mb_autoexec_append_safe_test,$(DIST_QA_MSXHUB_BIN),dir utils > utils.out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue