2024-01-14 18:15:11 -06:00
|
|
|
Testing Yosys
|
|
|
|
=============
|
2023-08-02 16:20:24 -05:00
|
|
|
|
2023-12-10 17:44:05 -06:00
|
|
|
.. todo:: more about the included test suite
|
2023-08-02 16:20:30 -05:00
|
|
|
|
2023-12-10 17:44:05 -06:00
|
|
|
Automatic testing
|
|
|
|
-----------------
|
2023-08-02 16:20:24 -05:00
|
|
|
|
2023-12-11 17:05:45 -06:00
|
|
|
.. only:: html
|
|
|
|
|
2024-01-22 22:35:06 -06:00
|
|
|
The `Yosys Git repo`_ has automatic testing of builds and running of the
|
|
|
|
included test suite on the following platforms:
|
|
|
|
|
|
|
|
- Ubuntu |test-linux|
|
|
|
|
- macOS |test-macos|
|
2023-08-02 16:20:30 -05:00
|
|
|
|
2023-12-10 17:44:05 -06:00
|
|
|
.. _Yosys Git repo: https://github.com/YosysHQ/yosys
|
2023-08-02 16:20:30 -05:00
|
|
|
|
2024-03-23 23:41:40 -05:00
|
|
|
.. |test-linux| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-linux.yml/badge.svg?branch=main
|
|
|
|
.. |test-macos| image:: https://github.com/YosysHQ/yosys/actions/workflows/test-macos.yml/badge.svg?branch=main
|
2024-01-22 22:35:06 -06:00
|
|
|
|
|
|
|
For up to date information, including OS versions, refer to `the git actions
|
|
|
|
page`_.
|
|
|
|
|
|
|
|
.. _the git actions page: https://github.com/YosysHQ/yosys/actions
|