Docs: add test-examples target

`test` becomes `test-macros`, with a new `test` calling both `test-*` targets.
This commit is contained in:
Krystine Sherwin 2024-01-25 10:15:00 +13:00
parent e10d9b1fe0
commit 57a7532227
No known key found for this signature in database
1 changed files with 7 additions and 2 deletions

View File

@ -227,6 +227,11 @@ dummy:
PYTHON ?= python3
.PHONY: test
test:
.PHONY: test test-examples test-macros
test: test-examples test-macros
test-examples:
$(MAKE) -C source/_images examples
test-macros:
$(PYTHON) tests/macro_commands.py