mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
Docs: add test-docs.yml
This commit is contained in:
parent
449135a9d4
commit
9b820108d6
2 changed files with 48 additions and 0 deletions
|
@ -224,3 +224,9 @@ dummy:
|
|||
$(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy
|
||||
@echo
|
||||
@echo "Build finished. Dummy builder generates no files."
|
||||
|
||||
PYTHON ?= python3
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
$(PYTHON) tests/macro_commands.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue