Enabled auto path to A:\UTILS + added test for msxhub packages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 11s

This commit is contained in:
Willem Cazander 2024-06-29 02:49:16 +02:00
parent 92b8aa9a06
commit 598d673d91
9 changed files with 82 additions and 38 deletions

View file

@ -5,7 +5,7 @@ BUILD_HELP += \\n\\t* test-dist-qa-dos2-run\\n\\t* test-dist-qa-dos
$(TEST_DIST_QA_DOS2):
$(call mb_mkdir,$(TEST_DIST_QA_DOS2))
$(call mb_msxhub_getboot_dos2,$(TEST_DIST_QA_DOS2))
$(call mb_msxhub_get_dos2_boot,$(TEST_DIST_QA_DOS2))
$(TEST_DIST_QA_DOS2)/%: bin/test/dist/% | $(TEST_DIST_QA_DOS2) $(TEST_DIST_DEPS)
$(call mb_copy,$<,$@)