Enabled auto path to A:\UTILS + added test for msxhub packages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 11s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 11s
This commit is contained in:
parent
92b8aa9a06
commit
598d673d91
9 changed files with 82 additions and 38 deletions
|
|
@ -4,7 +4,9 @@ BUILD_HELP += \\n\\t* $(TEST_AHELLO_M80)/ahello.com\\n\\t* test-ahello-m8
|
|||
|
||||
$(TEST_AHELLO_M80):
|
||||
$(call mb_mkdir,$(TEST_AHELLO_M80))
|
||||
$(call mb_msxhub_get_macro80,$(TEST_AHELLO_M80))
|
||||
$(call mb_mkdir,$(TEST_AHELLO_M80)/utils)
|
||||
$(call mb_msxhub_get_macro80,$(TEST_AHELLO_M80)/utils)
|
||||
$(call mb_msxhub_get_z80asmuk,$(TEST_AHELLO_M80)/utils)
|
||||
|
||||
$(TEST_AHELLO_M80)/%.mac: test/ahello-m80/%.mac | $(TEST_AHELLO_M80)
|
||||
$(call mb_unix2dos,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue