msxbuild/test/0module.mk

13 lines
286 B
Makefile
Raw Normal View History

2021-07-06 02:28:45 +00:00
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 \
test-dist-qa-msx1-assert
2021-07-06 02:28:45 +00:00
.PHONY: assert-all
assert-all: $(BUILD_TEST)
@echo All assertions completed.