mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 12:28:44 +00:00
Working on `opt.rst`. Replace the hardcoded `opt` psuedo code listing with a `literalinclude` from `/cmd/opt.rst`. Reorder and update `opt_*` list to match current `opt`. Expand sub-section titles with the function of the pass (keeping the `:cmd:ref:` part at the end to prevent the Esbonio error in vscode when a heading starts with a directive). Move comments about `clean` and `;;` being aliases into final `opt` subsection. Also renames `Test suites` -> `Testing Yosys`.
21 lines
615 B
ReStructuredText
21 lines
615 B
ReStructuredText
Testing Yosys
|
|
=============
|
|
|
|
.. todo:: more about the included test suite
|
|
|
|
Automatic testing
|
|
-----------------
|
|
|
|
The `Yosys Git repo`_ has automatic testing of builds and running of the
|
|
included test suite on the following platforms:
|
|
|
|
.. only:: html
|
|
|
|
- Ubuntu 20.04 (Focal Fossa) |test-linux|
|
|
- macOS 11 (Big Sur) |test-macos|
|
|
|
|
.. _Yosys Git repo: https://github.com/YosysHQ/yosys
|
|
|
|
.. |test-linux| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-linux.yml/badge.svg?branch=master
|
|
.. |test-macos| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-macos.yml/badge.svg?branch=master
|