3
0
Fork 0
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:
Miodrag Milanovic 2026-03-25 11:48:54 +01:00
parent a490f1c3c4
commit 8bed9bd824
2 changed files with 14 additions and 4 deletions

4
tests/functional/run-test.sh Executable file
View 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" "$@"