mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-17 17:58:32 +00:00
5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
pytest -v -m "not smt and not rkt" "$SCRIPT_DIR" "$@"
|