Moved all quoting of docs to print functions.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
This commit is contained in:
parent
ff16e6b5cb
commit
760ebffb6f
37 changed files with 410 additions and 409 deletions
|
|
@ -3,7 +3,7 @@ ASSERT_MSXHUB_SRC := $(call mb-make-call,mb-make-module-path-src,$(PATH_SRC)
|
|||
ASSERT_MSXHUB_BIN := $(call mb-make-call,mb-make-module-path-bin,$(PATH_SRC),$(PATH_BIN))
|
||||
|
||||
ASSERT_MSXHUB_MACHINE ?= Boosted_MSX2+_JP
|
||||
$(call mb-make-call,mb-doc-variable,ASSERT_MSXHUB_MACHINE,"The machine to run the msxhub module on.")
|
||||
$(call mb-make-call,mb-doc-variable,ASSERT_MSXHUB_MACHINE,The machine to run the msxhub module on.)
|
||||
|
||||
|
||||
$(ASSERT_MSXHUB_BIN): | @init
|
||||
|
|
@ -34,7 +34,7 @@ _$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-msxhub-get-gfxage,$(ASSERT_MSXHUB_B
|
|||
|
||||
$(ASSERT_MSXHUB_BIN)/@run: | $(ASSERT_MSXHUB_BIN)
|
||||
_$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-msxpipe-run-gui,$(ASSERT_MSXHUB_BIN),,$(ASSERT_MSXHUB_MACHINE))
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-doc-target-run,$(ASSERT_MSXHUB_BIN)/@run,"Run the dist with all msxhub packages.")
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-doc-target-run,$(ASSERT_MSXHUB_BIN)/@run,Run the dist with all msxhub packages.)
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-make-target-phony,$(ASSERT_MSXHUB_BIN)/@run)
|
||||
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ _$(MB_ᕽᕽᕽ )grep -q "MAKE COM" $(ASSERT_MSXHUB_BIN)/utils.out
|
|||
_$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-assert,$(MB_I18N_ASSERT_SUCCESS) $(ASSERT_MSXHUB_BIN)/@assert)
|
||||
_$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-proj-grow-assert-success,@test)
|
||||
_$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-proj-grow-assert-success,@test)
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-doc-target-assert,$(ASSERT_MSXHUB_BIN)/@assert,"Asserts that all dist artifacts execute results.")
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-doc-target-assert,$(ASSERT_MSXHUB_BIN)/@assert,Asserts that all dist artifacts execute results.)
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-proj-grow-deps-phase,@test,$(ASSERT_MSXHUB_BIN)/@assert)
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-make-target-phony,$(ASSERT_MSXHUB_BIN)/@assert)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue