mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-20 00:49:44 +00:00
Use this for now so we can see actual output of functional tests
This commit is contained in:
parent
a490f1c3c4
commit
8bed9bd824
2 changed files with 14 additions and 4 deletions
4
tests/functional/run-test.sh
Executable file
4
tests/functional/run-test.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
pytest -v -m "not smt and not rkt" "$SCRIPT_DIR" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue