3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 04:01:25 +00:00

rewrite functional backend test code in python

This commit is contained in:
Emily Schmidt 2024-07-12 11:07:33 +01:00
parent 9ad859fc0a
commit 674e6d201d
57 changed files with 554 additions and 1238 deletions

2
tests/functional/run-test.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
pytest -v "$@"