This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ade6379345
yosys
/
tests
/
functional
/
run-test.sh
3 lines
55 B
Bash
Raw
Normal View
History
Unescape
Escape
rewrite functional backend test code in python
2024-07-12 12:07:33 +02:00
#!/usr/bin/env bash
tests/functional: Reduce CI to 100 steps Takes approx half the time, at least when testing locally.
2025-07-07 00:45:51 +02:00
pytest -v -n auto
"
$@
"
--steps
100