1
0
mirror of synced 2026-04-19 18:53:16 +00:00

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

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