2021-07-06 02:28:45 +00:00
|
|
|
|
|
|
|
BUILD_HELP += \\n\\t* assert-all \(Run all asertion tests\)
|
|
|
|
BUILD_TEST := \
|
|
|
|
test-ahello-m80-assert \
|
2024-06-26 00:26:48 +00:00
|
|
|
test-ahello-sdcc-assert \
|
|
|
|
test-dist-qa-dos1-assert \
|
|
|
|
test-dist-qa-dos2-assert
|
2021-07-06 02:28:45 +00:00
|
|
|
|
|
|
|
.PHONY: assert-all
|
|
|
|
assert-all: $(BUILD_TEST)
|
|
|
|
@echo All assertions completed.
|