msxbuild/test/0module.mk
Willem Cazander 5562fe0d7a
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
Added dos1 and dos2 asserts of hello worlds.
2024-06-26 02:26:48 +02:00

12 lines
259 B
Makefile

BUILD_HELP += \\n\\t* assert-all \(Run all asertion tests\)
BUILD_TEST := \
test-ahello-m80-assert \
test-ahello-sdcc-assert \
test-dist-qa-dos1-assert \
test-dist-qa-dos2-assert
.PHONY: assert-all
assert-all: $(BUILD_TEST)
@echo All assertions completed.