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
|
|
@ -10,15 +10,13 @@ $(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_autoexec_show_gui80,$(AHELLO_SDCC_TEST_BIN))
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_SDCC_TEST_BIN))
|
||||
$(call mb_msxpipe_show_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
|
||||
|
||||
$(AHELLO_SDCC_TEST_BIN)/@assert: | $(AHELLO_SDCC_TEST_BIN)/ahello.com
|
||||
$(call mb_delete,$(AHELLO_SDCC_TEST_BIN)/ahello.out)
|
||||
$(call mb_autoexec_safe_test,$(AHELLO_SDCC_TEST_BIN),ahello > ahello.out)
|
||||
$(call mb_openmsx_dosctl,$(AHELLO_SDCC_TEST_BIN))
|
||||
$(call mb_msxpipe_safe_test,$(AHELLO_SDCC_TEST_BIN),ahello > ahello.out)
|
||||
grep "SDCC: Hello world..." $(AHELLO_SDCC_TEST_BIN)/ahello.out
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(AHELLO_SDCC_TEST_BIN)/@assert,"Assert binaries from ahello-sdcc.")
|
||||
.PHONY: $(AHELLO_SDCC_TEST_BIN)/@assert
|
||||
Loading…
Add table
Add a link
Reference in a new issue