Willem Cazander
567f91be78
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 2s
13 lines
286 B
Makefile
13 lines
286 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 \
|
|
test-dist-qa-msx1-assert
|
|
|
|
.PHONY: assert-all
|
|
assert-all: $(BUILD_TEST)
|
|
@echo All assertions completed.
|