3
0
Fork 0
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:
Krystine Sherwin 2024-01-24 10:50:06 +13:00
parent 449135a9d4
commit 9b820108d6
No known key found for this signature in database
2 changed files with 48 additions and 0 deletions

View file

@ -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