mirror of https://github.com/YosysHQ/yosys.git
Docs: add test-examples target
`test` becomes `test-macros`, with a new `test` calling both `test-*` targets.
This commit is contained in:
parent
e10d9b1fe0
commit
57a7532227
|
@ -227,6 +227,11 @@ dummy:
|
||||||
|
|
||||||
PYTHON ?= python3
|
PYTHON ?= python3
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test test-examples test-macros
|
||||||
test:
|
test: test-examples test-macros
|
||||||
|
|
||||||
|
test-examples:
|
||||||
|
$(MAKE) -C source/_images examples
|
||||||
|
|
||||||
|
test-macros:
|
||||||
$(PYTHON) tests/macro_commands.py
|
$(PYTHON) tests/macro_commands.py
|
||||||
|
|
Loading…
Reference in New Issue