mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
functional tests: run from make tests but not smtlib/rkt tests
This commit is contained in:
parent
7de8be1451
commit
5a476a8d29
4 changed files with 9 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
pytest -v "$@"
|
||||
pytest -v -m "not smt and not rkt" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue