Test the full matrix in japanse.
Some checks failed
Run test asserts / Test-Asserts (push) Failing after 1s

This commit is contained in:
Willem Cazander 2024-07-15 02:34:29 +02:00
parent da0f1c4614
commit 1c6954e475
19 changed files with 62 additions and 5 deletions

View file

@ -86,6 +86,12 @@ $(MB_@RECIPE)@echo -e $$(MB_DOC_FIRE_TARGET_ASSERT)
$(MB_   )$$(call mb_make_call,mb_doc_target_help,@help-target-assert,"Lists assert targets.")
$(MB_   )$$(call mb_make_call,mb_make_target_phony,@help-target-assert)
@help-machine:
$(MB_@RECIPE)@echo -e "Use one of the following machines to build targets;"
$(MB_@RECIPE)@echo -e "\n "$(foreach _rom,$(MB_MSXROM_FIRE_MACHINES)," * $(_rom)\n")
$(MB_   )$$(call mb_make_call,mb_doc_target_help,@help-machine,"Lists supported machines.")
$(MB_   )$$(call mb_make_call,mb_make_target_phony,@help-machine)
@help-all:
$(MB_@RECIPE)@echo -e "Documention of all fire functions/variables/targets;\\n"
$(MB_@RECIPE)$$(call mb_make_call,mb_os_echo_good,"Variables")