Moved example into own sub folder and prefixed all.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
This commit is contained in:
parent
de377cf420
commit
a1ae7248ea
26 changed files with 285 additions and 282 deletions
9
src/example/hello-macro80/0module.mk
Normal file
9
src/example/hello-macro80/0module.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
EXAMPLE_HELLO_MACRO80_SRC := $(call mb_make_call,mb_make_module_path_src,$(PATH_SRC))
|
||||
EXAMPLE_HELLO_MACRO80_BIN := $(call mb_make_call,mb_make_module_path_bin,$(PATH_SRC),$(PATH_BIN))
|
||||
EXAMPLE_HELLO_MACRO80_DEPS := $(EXAMPLE_HELLO_MACRO80_BIN)/hello.com
|
||||
|
||||
$(call mb_make_call,mb_flow_macro80_bdos_mono,$(EXAMPLE_HELLO_MACRO80_BIN),$(EXAMPLE_HELLO_MACRO80_SRC),hello)
|
||||
$(call mb_make_call,mb_flow_assert_msxpipe_grep_test,$(EXAMPLE_HELLO_MACRO80_BIN),$(EXAMPLE_HELLO_MACRO80_DEPS),check-m80,hello,M80)
|
||||
$(call mb_make_call,mb_flow_assert_msxpipe_grep_test,$(EXAMPLE_HELLO_MACRO80_BIN),$(EXAMPLE_HELLO_MACRO80_DEPS),check-txt,hello,"o MSX world...")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue